mirror of
https://github.com/rancher/rancher-docs.git
synced 2026-09-27 13:38:07 +00:00
Merge pull request #3072 from jaeko44/patch-1
Fix config.yaml tls-san reference
This commit is contained in:
@@ -87,7 +87,7 @@ Create the RancherD config file at `/etc/rancher/rke2/config.yaml`:
|
|||||||
```yaml
|
```yaml
|
||||||
token: my-shared-secret
|
token: my-shared-secret
|
||||||
tls-san:
|
tls-san:
|
||||||
- https://my-fixed-registration-address.com
|
- my-fixed-registration-address.com
|
||||||
- another-kubernetes-domain.com
|
- another-kubernetes-domain.com
|
||||||
```
|
```
|
||||||
|
|
||||||
@@ -237,4 +237,4 @@ rancherd-uninstall.sh
|
|||||||
|
|
||||||
# RKE2 Documentation
|
# RKE2 Documentation
|
||||||
|
|
||||||
For more information on RKE2, the Kubernetes distribution used to provision the underlying cluster, refer to the documentation [here.](https://docs.rke2.io/)
|
For more information on RKE2, the Kubernetes distribution used to provision the underlying cluster, refer to the documentation [here.](https://docs.rke2.io/)
|
||||||
|
|||||||
Reference in New Issue
Block a user