-
Bug
-
Resolution: Unresolved
-
Undefined
-
None
-
4.16.z
-
None
-
None
-
False
-
There's the section:
1.
b.
ii.
It reads:
If you have a kustomization.yaml that references one SiteConfig CR, remove your seed cluster’s SiteConfig CR from the kustomization.yaml and add the generators: {} line: apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization generators: {}
This appears to be wrong and should read be [] instead of {} in both appearances, i.e. :
If you have a kustomization.yaml that references one SiteConfig CR, remove your seed cluster’s SiteConfig CR from the kustomization.yaml and add the generators: [] line: apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization generators: []