Skip to content

Commit 053adab

Browse files
Merge pull request #516 from alexander-demicev/kubevipdoc
Add warning about kubevip to vSphere
2 parents fced99c + b092380 commit 053adab

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/book/src/03_examples/02_vsphere.md

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ VSPHERE_SSH_AUTHORIZED_KEY: "ssh-rsa AAAAB3N..." # The public ssh a
3434
# Keep this close to the minimum Kubernetes version of the cluster being created.
3535
```
3636

37+
<div style="border: 1px solid yellow; background-color: #fff3cd; color: #856404; padding: 10px; border-radius: 5px;">
38+
**Warning:** This example uses KubeVIP, and there may be upstream issues with it. We do not provide support for resolving any such issues. Use at your own risk.
39+
</div>
40+
3741
Then run the following command to generate the RKE2 cluster manifests:
3842

3943
```bash

0 commit comments

Comments
 (0)