This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-site.git
The following commit(s) were added to refs/heads/master by this push:
new 52c19f3a1 [YUNIKORN-1540] Fix default placeholder image in
documentation (#252)
52c19f3a1 is described below
commit 52c19f3a1f8530689fb84644dddb6feefd2a0b3a
Author: Craig Condit <[email protected]>
AuthorDate: Wed Jan 18 12:56:25 2023 -0600
[YUNIKORN-1540] Fix default placeholder image in documentation (#252)
Closes: #252
---
docs/user_guide/service_config.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/user_guide/service_config.md
b/docs/user_guide/service_config.md
index e732429c3..7456f7dd2 100644
--- a/docs/user_guide/service_config.md
+++ b/docs/user_guide/service_config.md
@@ -363,7 +363,7 @@ or via the Helm `yunikornDefaults` section:
Deprecated example:
operatorPlugins: general
- placeHolderImage: registry.gcr.io/pause:3.7
+ placeHolderImage: registry.k8s.io/pause:3.7
admissionController:
processNamespaces: "^spark-,^mpi-"
bypassNamespaces: "^kube-system$"
@@ -385,7 +385,7 @@ Replacement example:
yunikornDefaults:
service.policyGroup: queues
service.operatorPlugins: general
- service.placeholderImage: registry.gcr.io/pause:3.7
+ service.placeholderImage: registry.k8s.io/pause:3.7
admissionController.processNamespaces: "^spark-,^mpi-"
admissionController.bypassNamespaces: "^kube-system$"
admissionController.labelNamespaces: "^spark-"