kubernetes-sigs / kubernetes-sigs/cli-experimental

Kustomize Components documentation contains deprecated configuration

Open Beginner friendly
#434 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.