mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
fix documentation config example
Fixing example to reflect v1beta1 APIs, as suggested by @BenTheElder 🙏
This commit is contained in:
committed by
GitHub
parent
12ae606157
commit
c84d4dcceb
@@ -19,7 +19,7 @@ nodes:
|
||||
kind: ClusterConfiguration
|
||||
patch: |
|
||||
- op: add
|
||||
path: /apiServerCertSANs/-
|
||||
path: /apiServer/certSANs/-
|
||||
value: my-hostname
|
||||
# the three workers
|
||||
- role: worker
|
||||
|
||||
Reference in New Issue
Block a user