Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions install/04_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ metadata:
k8s-app: cluster-autoscaler-operator
annotations:
service.beta.openshift.io/serving-cert-secret-name: cluster-autoscaler-operator-cert
exclude.release.openshift.io/internal-openshift-hosted: "true"
spec:
type: ClusterIP
ports:
Expand Down
2 changes: 2 additions & 0 deletions install/06_servicemonitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
k8s-app: cluster-autoscaler-operator
name: cluster-autoscaler-operator
namespace: openshift-machine-api
annotations:
exclude.release.openshift.io/internal-openshift-hosted: "true"
spec:
endpoints:
- bearerTokenFile: /var/run/secrets/kubernetes.io/serviceaccount/token
Expand Down
2 changes: 2 additions & 0 deletions install/07_deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ metadata:
namespace: openshift-machine-api
labels:
k8s-app: cluster-autoscaler-operator
annotations:
exclude.release.openshift.io/internal-openshift-hosted: "true"
spec:
replicas: 1
selector:
Expand Down
4 changes: 3 additions & 1 deletion install/08_clusteroperator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ apiVersion: config.openshift.io/v1
kind: ClusterOperator
metadata:
name: cluster-autoscaler
annotations:
exclude.release.openshift.io/internal-openshift-hosted: "true"
status:
versions:
- name: operator
version: "0.0.1-snapshot"
version: "0.0.1-snapshot"