mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-20 08:04:52 +00:00
delete imagePullPolicy
This commit is contained in:
@@ -236,7 +236,6 @@ spec:
|
||||
- /registration-operator
|
||||
- hub
|
||||
image: quay.io/open-cluster-management/registration-operator:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
||||
@@ -40,7 +40,6 @@ spec:
|
||||
containers:
|
||||
- name: registration-operator
|
||||
image: quay.io/open-cluster-management/registration-operator:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "/registration-operator"
|
||||
- "hub"
|
||||
|
||||
@@ -237,7 +237,6 @@ spec:
|
||||
- /registration-operator
|
||||
- klusterlet
|
||||
image: quay.io/open-cluster-management/registration-operator:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /healthz
|
||||
|
||||
@@ -40,7 +40,6 @@ spec:
|
||||
containers:
|
||||
- name: klusterlet
|
||||
image: quay.io/open-cluster-management/registration-operator:latest
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "/registration-operator"
|
||||
- "klusterlet"
|
||||
|
||||
@@ -40,7 +40,6 @@ spec:
|
||||
containers:
|
||||
- name: hub-registration-controller
|
||||
image: {{ .RegistrationImage }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "/registration"
|
||||
- "controller"
|
||||
|
||||
@@ -40,7 +40,6 @@ spec:
|
||||
containers:
|
||||
- name: {{ .ClusterManagerName }}-registration-webhook-sa
|
||||
image: {{ .RegistrationImage }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "/registration"
|
||||
- "webhook"
|
||||
|
||||
@@ -40,7 +40,6 @@ spec:
|
||||
containers:
|
||||
- name: {{ .ClusterManagerName }}-work-webhook-sa
|
||||
image: {{ .WorkImage }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "/work"
|
||||
- "webhook"
|
||||
|
||||
@@ -40,7 +40,6 @@ spec:
|
||||
containers:
|
||||
- name: registration-controller
|
||||
image: {{ .RegistrationImage }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "/registration"
|
||||
- "agent"
|
||||
|
||||
@@ -40,7 +40,6 @@ spec:
|
||||
containers:
|
||||
- name: klusterlet-manifestwork-agent
|
||||
image: {{ .WorkImage }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "/work"
|
||||
- "agent"
|
||||
|
||||
@@ -991,7 +991,6 @@ spec:
|
||||
containers:
|
||||
- name: hub-registration-controller
|
||||
image: {{ .RegistrationImage }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "/registration"
|
||||
- "controller"
|
||||
@@ -1225,7 +1224,6 @@ spec:
|
||||
containers:
|
||||
- name: {{ .ClusterManagerName }}-registration-webhook-sa
|
||||
image: {{ .RegistrationImage }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "/registration"
|
||||
- "webhook"
|
||||
@@ -1569,7 +1567,6 @@ spec:
|
||||
containers:
|
||||
- name: {{ .ClusterManagerName }}-work-webhook-sa
|
||||
image: {{ .WorkImage }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "/work"
|
||||
- "webhook"
|
||||
|
||||
@@ -288,7 +288,6 @@ spec:
|
||||
containers:
|
||||
- name: registration-controller
|
||||
image: {{ .RegistrationImage }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "/registration"
|
||||
- "agent"
|
||||
@@ -586,7 +585,6 @@ spec:
|
||||
containers:
|
||||
- name: klusterlet-manifestwork-agent
|
||||
image: {{ .WorkImage }}
|
||||
imagePullPolicy: IfNotPresent
|
||||
args:
|
||||
- "/work"
|
||||
- "agent"
|
||||
|
||||
Reference in New Issue
Block a user