Skip to content

Commit

Permalink
remove obsolete klog flags
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchezl committed Jan 6, 2023
1 parent 4c316ca commit f58f917
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions bindata/bootkube/bootstrap-manifests/kube-apiserver-pod.yaml
Expand Up @@ -39,14 +39,11 @@ spec:
image: {{ .Image }}
imagePullPolicy: {{ .ImagePullPolicy }}
terminationMessagePolicy: FallbackToLogsOnError
command: [ "/bin/bash", "-ec" ]
command: [ "hyperkube", "kube-apiserver" ]
args:
- >
hyperkube kube-apiserver
--openshift-config=/etc/kubernetes/config/{{ .ConfigFileName }}
--v=2
--log-file=/var/log/bootstrap-control-plane/kube-apiserver.log
--advertise-address=${HOST_IP}
- --openshift-config=/etc/kubernetes/config/{{ .ConfigFileName }}
- --v=2
- --advertise-address=${HOST_IP}
resources:
requests:
memory: 1Gi
Expand Down

0 comments on commit f58f917

Please sign in to comment.