Skip to content

Commit

Permalink
UseKopsControllerForNodeBootstrap instead of k8s versoin to determine…
Browse files Browse the repository at this point in the history
… secure tls
  • Loading branch information
Ole Markus With committed Oct 9, 2020
1 parent e6a8eba commit 01ae105
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 359 deletions.
184 changes: 2 additions & 182 deletions upup/models/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@ spec:
args:
- --cert-dir=/tmp
- --secure-port=4443
{{ if not UseKopsControllerForNodeBootstrap }}
- --kubelet-insecure-tls
{{ end }}
ports:
- name: main-port
containerPort: 4443
Expand Down

This file was deleted.

Loading

0 comments on commit 01ae105

Please sign in to comment.