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
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Problem:
They code that is shown in website from page :
https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/pods/config/redis-pod.yaml
Is different if I type the below commands from tutorial :
curl -OL https://k8s.io/examples/pods/config/redis-pod.yaml
cat <>./kustomization.yaml
resources:
EOF
Actually the problem is that content of the file at URL on https://k8s.io/.... is buggy , fails because "image: kubernetes/redis:v1" does not exist .
Proposed Solution:
Modify the curl command as below in order to get the correct yaml file.
curl -OL https://raw.githubusercontent.com/kubernetes/website/master/content/en/examples/pods/config/redis-pod.yaml
Page to Update:
N/Ahttps://kubernetes.io/docs/tutorials/configuration/configure-redis-using-configmap/
If you need additional information I can be contacted at [email protected] .
Thanks
The text was updated successfully, but these errors were encountered: