Fix variable for rbd_provisioner_user_secret (#5042)
* Update main.yml * fix dead link 404
This commit is contained in:
parent
a235605d2c
commit
973afef96e
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
```
|
```
|
||||||
MetalLB hooks into your Kubernetes cluster, and provides a network load-balancer implementation. In short, it allows you to create Kubernetes services of type “LoadBalancer” in clusters that don’t run on a cloud provider, and thus cannot simply hook into paid products to provide load-balancers.
|
MetalLB hooks into your Kubernetes cluster, and provides a network load-balancer implementation. In short, it allows you to create Kubernetes services of type “LoadBalancer” in clusters that don’t run on a cloud provider, and thus cannot simply hook into paid products to provide load-balancers.
|
||||||
```
|
```
|
||||||
This playbook aims to automate [this](https://metallb.universe.tf/tutorial/layer2/tutorial). It deploys MetalLB into kubernetes and sets up a layer 2 loadbalancer.
|
This playbook aims to automate [this](https://metallb.universe.tf/concepts/layer2/). It deploys MetalLB into kubernetes and sets up a layer 2 loadbalancer.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
```
|
```
|
||||||
|
|
|
@ -8,7 +8,7 @@ rbd_provisioner_secret_name: ceph-secret-admin
|
||||||
rbd_provisioner_secret_token: ceph-key-admin
|
rbd_provisioner_secret_token: ceph-key-admin
|
||||||
rbd_provisioner_user_id: kube
|
rbd_provisioner_user_id: kube
|
||||||
rbd_provisioner_user_secret_name: ceph-secret-user
|
rbd_provisioner_user_secret_name: ceph-secret-user
|
||||||
rbd_provisioner_user_secret_token: ceph-key-user
|
rbd_provisioner_user_secret: ceph-key-user
|
||||||
rbd_provisioner_user_secret_namespace: rbd-provisioner
|
rbd_provisioner_user_secret_namespace: rbd-provisioner
|
||||||
rbd_provisioner_fs_type: ext4
|
rbd_provisioner_fs_type: ext4
|
||||||
rbd_provisioner_image_format: "2"
|
rbd_provisioner_image_format: "2"
|
||||||
|
|
Loading…
Reference in a new issue