Squashed 'acm-hub-bootstrap/' content from commit aea23ee
git-subtree-dir: acm-hub-bootstrap git-subtree-split: aea23ee88fafd5cab0e2d9189f872159c5f16b8e
This commit is contained in:
3
components/clusters/base/kustomization.yaml
Normal file
3
components/clusters/base/kustomization.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
resources:
|
||||
- local-home.yaml
|
||||
- local-hub.yaml
|
||||
18
components/clusters/base/local-home.yaml
Normal file
18
components/clusters/base/local-home.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
apiVersion: cluster.open-cluster-management.io/v1
|
||||
kind: ManagedCluster
|
||||
metadata:
|
||||
annotations:
|
||||
open-cluster-management/created-via: other
|
||||
labels:
|
||||
cloud: Other
|
||||
cluster.open-cluster-management.io/clusterset: dev
|
||||
gitops: local.home
|
||||
color: "0066CC"
|
||||
name: home
|
||||
vendor: OpenShift
|
||||
name: home
|
||||
spec:
|
||||
hubAcceptsClient: true
|
||||
leaseDurationSeconds: 60
|
||||
managedClusterClientConfigs:
|
||||
- url: https://api.home.ocplab.com:6443
|
||||
20
components/clusters/base/local-hub.yaml
Normal file
20
components/clusters/base/local-hub.yaml
Normal file
@@ -0,0 +1,20 @@
|
||||
apiVersion: cluster.open-cluster-management.io/v1
|
||||
kind: ManagedCluster
|
||||
metadata:
|
||||
annotations:
|
||||
open-cluster-management/created-via: other
|
||||
labels:
|
||||
cloud: Other
|
||||
cluster.open-cluster-management.io/clusterset: default
|
||||
gitops: local.hub
|
||||
color: "3E8635"
|
||||
local-cluster: "true"
|
||||
name: local-cluster
|
||||
velero.io/exclude-from-backup: "true"
|
||||
vendor: OpenShift
|
||||
name: local-cluster
|
||||
spec:
|
||||
hubAcceptsClient: true
|
||||
leaseDurationSeconds: 60
|
||||
managedClusterClientConfigs:
|
||||
- url: https://api.hub.ocplab.com:6443
|
||||
Reference in New Issue
Block a user