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
22 changes: 21 additions & 1 deletion install/0000_80_machine-config_00_service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,24 @@ spec:
port: 22624
targetPort: 22624
protocol: TCP

---
apiVersion: v1
kind: Service
metadata:
name: kube-rbac-proxy-crio
namespace: openshift-machine-config-operator
labels:
k8s-app: kube-rbac-proxy-crio
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:
type: ClusterIP
selector:
k8s-app: kube-rbac-proxy-crio
ports:
- name: metrics
port: 9637
targetPort: 9637
protocol: TCP
7 changes: 7 additions & 0 deletions manifests/machineconfigserver/daemonset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,13 @@ spec:
- "--tls-cipher-suites={{join .TLSCipherSuites ","}}"
- "--tls-min-version={{.TLSMinVersion}}"
- "--v={{.LogLevel}}"
ports:
- containerPort: 22623
name: https
protocol: TCP
- containerPort: 22624
name: http
protocol: TCP
resources:
requests:
cpu: 20m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ contents:
metadata:
name: kube-rbac-proxy-crio
namespace: openshift-machine-config-operator
labels:
k8s-app: kube-rbac-proxy-crio
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: privileged
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ contents:
metadata:
name: kube-rbac-proxy-crio
namespace: openshift-machine-config-operator
labels:
k8s-app: kube-rbac-proxy-crio
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: privileged
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ contents:
metadata:
name: kube-rbac-proxy-crio
namespace: openshift-machine-config-operator
labels:
k8s-app: kube-rbac-proxy-crio
annotations:
target.workload.openshift.io/management: '{"effect": "PreferredDuringScheduling"}'
openshift.io/required-scc: privileged
Expand Down