Change the container image of the Statefulset in the first document(application/web/web.yaml ) to registry.k8s.io/nginx-slim:0.7
k8s.gcr.io is deprecated in favor of registry.k8s.io. The kubernetes codebase have been updated with the new endpoint. Ref: https://github.com/kubernetes/k8s.io/issues/3411 Signed-off-by: Arnaud Meukam <ameukam@gmail.com>
* Consolidate YAML files [part-6] This PR relocates the YAML files used by the stateful application examples. * Update examples_test.go