代码拉取完成,页面将自动刷新
同步操作将从 src-openEuler/origin 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
--- origin-8de5c3442e56dbe05403990ce0821746673fd588/pkg/oc/clusterup/manifests/bindata.go 2018-12-06 11:51:22.000000000 +0800
+++ origin-8de5c3442e56dbe05403990ce0821746673fd588.new/pkg/oc/clusterup/manifests/bindata.go 2020-07-28 18:54:52.967112246 +0800
@@ -16726,7 +16726,7 @@
containers:
- name: etcd
image: IMAGE
- imagePullPolicy: OPENSHIFT_PULL_POLICY
+ imagePullPolicy: IfNotPresent
workingDir: /var/lib/etcd
command: ["/bin/bash", "-c"]
args:
@@ -16779,7 +16779,7 @@
containers:
- name: api
image: IMAGE
- imagePullPolicy: OPENSHIFT_PULL_POLICY
+ imagePullPolicy: IfNotPresent
command: ["/bin/bash", "-c"]
args:
- |
@@ -16845,7 +16845,7 @@
containers:
- name: controllers
image: IMAGE
- imagePullPolicy: OPENSHIFT_PULL_POLICY
+ imagePullPolicy: IfNotPresent
command: ["hyperkube", "kube-controller-manager"]
args:
- "--enable-dynamic-provisioning=true"
@@ -16912,7 +16912,7 @@
- name: IMAGE
value: openshift/origin-control-plane:latest
- name: OPENSHIFT_PULL_POLICY
- value: Always
+ value: IfNotPresent
- name: LOGLEVEL
value: "0"
- name: KUBEDNS_CONFIG_HOST_PATH
@@ -16948,7 +16948,7 @@
containers:
- name: kube-dns
image: ${IMAGE}
- imagePullPolicy: ${OPENSHIFT_PULL_POLICY}
+ imagePullPolicy: IfNotPresent
command: ["openshift", "start", "network"]
args:
- "--enable=dns"
@@ -17012,7 +17012,7 @@
- name: IMAGE
value: openshift/origin-control-plane
- name: OPENSHIFT_PULL_POLICY
- value: Always
+ value: IfNotPresent
- name: NAMESPACE
value: kube-proxy
- name: LOGLEVEL
@@ -17064,7 +17064,7 @@
containers:
- name: kube-proxy
image: ${IMAGE}
- imagePullPolicy: ${OPENSHIFT_PULL_POLICY}
+ imagePullPolicy: IfNotPresent
command: ["openshift", "start", "network"]
args:
- "--enable=proxy"
@@ -17112,7 +17112,7 @@
containers:
- name: scheduler
image: IMAGE
- imagePullPolicy: OPENSHIFT_PULL_POLICY
+ imagePullPolicy: IfNotPresent
command: ["hyperkube", "kube-scheduler"]
args:
- "--leader-elect=true"
@@ -17163,7 +17163,7 @@
- name: IMAGE
value: openshift/origin-control-plane:latest
- name: OPENSHIFT_PULL_POLICY
- value: Always
+ value: IfNotPresent
- name: NAMESPACE
value: openshift-apiserver
- name: LOGLEVEL
@@ -17199,7 +17199,7 @@
containers:
- name: apiserver
image: ${IMAGE}
- imagePullPolicy: ${OPENSHIFT_PULL_POLICY}
+ imagePullPolicy: IfNotPresent
env:
- name: ADDITIONAL_ALLOWED_REGISTRIES
value: registry.centos.org
@@ -17599,7 +17599,7 @@
- name: IMAGE
value: openshift/origin-control-plane:latest
- name: OPENSHIFT_PULL_POLICY
- value: Always
+ value: IfNotPresent
- name: NAMESPACE
value: openshift-controller-manager
- name: LOGLEVEL
@@ -17636,7 +17636,7 @@
containers:
- name: c
image: ${IMAGE}
- imagePullPolicy: ${OPENSHIFT_PULL_POLICY}
+ imagePullPolicy: IfNotPresent
command: ["hypershift", "openshift-controller-manager"]
args:
- "--config=/etc/origin/master/master-config.yaml"
@@ -17696,7 +17696,7 @@
- name: IMAGE
value: openshift/origin-control-plane:latest
- name: OPENSHIFT_PULL_POLICY
- value: Always
+ value: IfNotPresent
- name: NAMESPACE
value: openshift-core-operators
- name: LOGLEVEL
@@ -17739,7 +17739,7 @@
- name: IMAGE
value: openshift/origin-service-serving-cert-signer:latest
- name: OPENSHIFT_PULL_POLICY
- value: Always
+ value: IfNotPresent
- name: NAMESPACE
value: openshift-core-operators
- name: LOGLEVEL
@@ -17800,7 +17800,7 @@
containers:
- name: operator
image: openshift/origin-service-serving-cert-signer:v3.11
- imagePullPolicy: ${OPENSHIFT_PULL_POLICY}
+ imagePullPolicy: IfNotPresent
command: ["service-serving-cert-signer", "operator"]
args:
- "--config=/var/run/configmaps/config/operator-config.yaml"
@@ -17897,7 +17897,7 @@
- name: IMAGE
value: openshift/origin-hypershift:latest
- name: OPENSHIFT_PULL_POLICY
- value: Always
+ value: IfNotPresent
- name: NAMESPACE
# This namespace must not be changed.
value: openshift-core-operators
@@ -17958,7 +17958,7 @@
containers:
- name: operator
image: ${IMAGE}
- imagePullPolicy: ${OPENSHIFT_PULL_POLICY}
+ imagePullPolicy: IfNotPresent
command: ["hypershift", "experimental", "openshift-webconsole-operator"]
args:
- "--config=/var/run/configmaps/config/operator-config.yaml"
@@ -17970,10 +17970,12 @@
volumes:
- name: serving-cert
secret:
+ defaultMode: 400
secretName: openshift-web-console-operator-serving-cert
optional: true
- name: config
configMap:
+ defaultMode: 440
name: openshift-web-console-operator-config
- apiVersion: v1
@@ -18069,7 +18071,7 @@
- name: IMAGE
value: openshift/origin-web-console:latest
- name: OPENSHIFT_PULL_POLICY
- value: Always
+ value: IfNotPresent
- name: NAMESPACE
# This namespace cannot be changed. Only `+"`"+`openshift-web-console`+"`"+` is supported.
value: openshift-web-console
@@ -18106,7 +18108,7 @@
containers:
- name: webconsole
image: ${IMAGE}
- imagePullPolicy: ${OPENSHIFT_PULL_POLICY}
+ imagePullPolicy: IfNotPresent
command:
- "/usr/bin/origin-web-console"
- "--audit-log-path=-"
@@ -18278,7 +18280,7 @@
- name: IMAGE
value: openshift/origin-template-service-broker:latest
- name: OPENSHIFT_PULL_POLICY
- value: Always
+ value: IfNotPresent
- name: NAMESPACE
value: openshift-template-service-broker
- name: LOGLEVEL
@@ -18312,7 +18314,7 @@
containers:
- name: c
image: ${IMAGE}
- imagePullPolicy: ${OPENSHIFT_PULL_POLICY}
+ imagePullPolicy: IfNotPresent
command:
- "/usr/bin/template-service-broker"
- "start"
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。