Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotate manifests for single-node-developer cluster profile #645

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -6,6 +6,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
rules:
- apiGroups:
- image.openshift.io
Expand All @@ -21,6 +22,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
subjects:
- kind: ServiceAccount
name: prometheus-k8s
Expand All @@ -39,6 +41,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
rules:
- apiGroups:
- ""
Expand All @@ -59,6 +62,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
Expand Down
Expand Up @@ -7,6 +7,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
spec:
endpoints:
- bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
Expand Down
Expand Up @@ -7,6 +7,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
spec:
endpoints:
- targetPort: 60000
Expand Down
1 change: 1 addition & 0 deletions manifests/01-namespace.yaml
Expand Up @@ -7,6 +7,7 @@ metadata:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
openshift.io/node-selector: ""
include.release.openshift.io/single-node-developer: "true"
labels:
openshift.io/cluster-monitoring: "true"
spec:
Expand Down
1 change: 1 addition & 0 deletions manifests/01-registry-credentials-request-azure.yaml
Expand Up @@ -8,6 +8,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
spec:
secretRef:
name: installer-cloud-credentials
Expand Down
1 change: 1 addition & 0 deletions manifests/01-registry-credentials-request-gcs.yaml
Expand Up @@ -8,6 +8,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
spec:
secretRef:
name: installer-cloud-credentials
Expand Down
1 change: 1 addition & 0 deletions manifests/01-registry-credentials-request-openstack.yaml
Expand Up @@ -8,6 +8,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
spec:
secretRef:
name: installer-cloud-credentials
Expand Down
1 change: 1 addition & 0 deletions manifests/01-registry-credentials-request.yaml
Expand Up @@ -8,6 +8,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
spec:
secretRef:
name: installer-cloud-credentials
Expand Down
2 changes: 2 additions & 0 deletions manifests/02-rbac.yaml
Expand Up @@ -6,6 +6,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
rules:
- apiGroups:
- imageregistry.operator.openshift.io
Expand Down Expand Up @@ -126,6 +127,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
subjects:
- kind: ServiceAccount
name: cluster-image-registry-operator
Expand Down
1 change: 1 addition & 0 deletions manifests/03-sa.yaml
Expand Up @@ -7,3 +7,4 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
1 change: 1 addition & 0 deletions manifests/04-ca-trusted.yaml
Expand Up @@ -6,6 +6,7 @@ metadata:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
release.openshift.io/create-only: "true"
include.release.openshift.io/single-node-developer: "true"
labels:
config.openshift.io/inject-trusted-cabundle: "true"
name: trusted-ca
Expand Down
2 changes: 2 additions & 0 deletions manifests/05-ca-rbac.yaml
Expand Up @@ -7,6 +7,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
rules:
- apiGroups:
- security.openshift.io
Expand All @@ -25,6 +26,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
subjects:
- kind: ServiceAccount
name: node-ca
Expand Down
1 change: 1 addition & 0 deletions manifests/06-ca-serviceaccount.yaml
Expand Up @@ -7,3 +7,4 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
1 change: 1 addition & 0 deletions manifests/07-operator-service.yaml
Expand Up @@ -6,6 +6,7 @@ metadata:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
service.alpha.openshift.io/serving-cert-secret-name: image-registry-operator-tls
include.release.openshift.io/single-node-developer: "true"
labels:
name: image-registry-operator
name: image-registry-operator
Expand Down
1 change: 1 addition & 0 deletions manifests/07-operator.yaml
Expand Up @@ -8,6 +8,7 @@ metadata:
config.openshift.io/inject-proxy: cluster-image-registry-operator
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
spec:
replicas: 1
selector:
Expand Down
1 change: 1 addition & 0 deletions manifests/08-clusteroperator.yaml
Expand Up @@ -5,6 +5,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
spec: {}
status:
versions:
Expand Down
1 change: 1 addition & 0 deletions manifests/09-prometheus-rules.yaml
Expand Up @@ -8,6 +8,7 @@ metadata:
annotations:
include.release.openshift.io/ibm-cloud-managed: "true"
include.release.openshift.io/self-managed-high-availability: "true"
include.release.openshift.io/single-node-developer: "true"
spec:
groups:
- name: ImageRegistryOperator
Expand Down