Open brudnak opened 1 year ago
Hi @brudnak, is this (the local cluster scenario) something you're working on since you self-assigned yourself?
Hi @brudnak, is this (the local cluster scenario) something you're working on since you self-assigned yourself?
Hi @btat, no I haven't been working on docs for this. I was just assigned since I created it.
Related Issues
Related PR: https://github.com/rancher/rancher-docs/pull/864
Summary
Step 6 of these docs has a typo in the create configmap command:
kubectl --namespace cattle-system create configmap --from-file=rancher-webhook=values.yaml
kubectl --namespace cattle-system create configmap rancher-config --from-file=rancher-webhook=values.yaml
These docs are also missing a section on how to do this for the local cluster of an HA Rancher. Because in this scenario the
rancher-config
configmap already exists. So, this command will not work in that scenario.