Skip to content
Snippets Groups Projects
Commit 973afef9 authored by Mario's avatar Mario Committed by Kubernetes Prow Robot
Browse files

Fix variable for rbd_provisioner_user_secret (#5042)

* Update main.yml

* fix dead link 404
parent a235605d
No related branches found
No related tags found
No related merge requests found
......@@ -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.
```
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
```
......
......@@ -8,7 +8,7 @@ rbd_provisioner_secret_name: ceph-secret-admin
rbd_provisioner_secret_token: ceph-key-admin
rbd_provisioner_user_id: kube
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_fs_type: ext4
rbd_provisioner_image_format: "2"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment