Skip to content

Commit

Permalink
Update install strategy for cluster-proxy addon (#713)
Browse files Browse the repository at this point in the history
Signed-off-by: Jian Qiu <[email protected]>
  • Loading branch information
qiujian16 authored May 21, 2024
1 parent 6cad840 commit f00fb34
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,13 +1,24 @@
apiVersion: addon.open-cluster-management.io/v1alpha1
kind: ClusterManagementAddOn
metadata:
annotations:
addon.open-cluster-management.io/lifecycle: addon-manager
name: cluster-proxy
spec:
addOnMeta:
displayName: cluster-proxy
description: cluster-proxy
installStrategy:
placements:
- name: global
namespace: open-cluster-management-global-set
rolloutStrategy:
type: All
type: Placements
supportedConfigs:
- group: proxy.open-cluster-management.io
resource: managedproxyconfigurations
defaultConfig:
name: cluster-proxy
- group: addon.open-cluster-management.io
resource: addondeploymentconfigs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ spec:
- --signer-secret-namespace={{ .Values.global.namespace }}
- --agent-image-name={{ .Values.global.imageOverrides.cluster_proxy }}
- --agent-install-namespace=open-cluster-management-agent-addon
- --agent-install-all=true
- --enable-kube-api-proxy=false
securityContext:
allowPrivilegeEscalation: false
Expand Down

0 comments on commit f00fb34

Please sign in to comment.