kubernetes-sigs / kubernetes-sigs/cli-experimental
Kustomize Components documentation contains deprecated configuration
- Dominant language
- Go
- Stars
- 87
- Forks
- 234
- Avg merge
- 2h 30m
- Merged PRs (30d)
- 1
Description
https://kubectl.docs.kubernetes.io/guides/config_management/components/
```
# $EXT_DB/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1alpha1 # <-- Component notation
kind: Component
secretGenerator:
- name: dbpass
files:
- dbpass.txt
patchesStrategicMerge:
- configmap.yaml
patchesJson6902:
- target:
group: apps
version: v1
kind: Deployment
name: example
path: deployment.yaml
```
This configuration uses already deprecated patchesStrategicMerge
Contributor guide
Research direction
Open the Kustomize Components documentation at the linked guide and review the configuration example containing patchesStrategicMerge. Update the example so it no longer uses that deprecated configuration, then verify the rendered documentation shows the corrected Components example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kubernetes
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 74/100