You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What happened:
sidecarset doesn't add volumes used by initContainers, it will only add volumes used by sidecar containers instead, which cause What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
sidecarset.yaml
-> kubectl apply -f pod.yaml
The Pod "nginx" is invalid: spec.initContainers[0].volumeMounts[0].name: Not found: "log-volume" Anything else we need to know?:
Environment:
Kruise version:
Kubernetes version (use kubectl version):
Install details (e.g. helm install args):
Others:
The text was updated successfully, but these errors were encountered:
What happened:
sidecarset doesn't add volumes used by initContainers, it will only add volumes used by sidecar containers instead, which cause
What you expected to happen:
How to reproduce it (as minimally and precisely as possible):
sidecarset.yaml
pod.yaml
-> kubectl apply -f pod.yaml
The Pod "nginx" is invalid: spec.initContainers[0].volumeMounts[0].name: Not found: "log-volume"
Anything else we need to know?:
Environment:
kubectl version
):The text was updated successfully, but these errors were encountered: