Skip to content

Commit

Permalink
fix: remove unused kube-rbac-proxy, protect metrics-addr
Browse files Browse the repository at this point in the history
Remove unused patch for `kube-rbac-proxy`, protect `metrics-addr` by
moving it to localhost by default.

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira authored and talos-bot committed May 17, 2021
1 parent 63b7459 commit 884c4f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
25 changes: 0 additions & 25 deletions config/default/manager_auth_proxy_patch.yaml

This file was deleted.

1 change: 1 addition & 0 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ spec:
- command:
- /manager
args:
- --metrics-addr=127.0.0.1:8080
- --enable-leader-election
- "--feature-gates=MachinePool=${EXP_MACHINE_POOL:=false}"
image: controller:latest
Expand Down

0 comments on commit 884c4f0

Please sign in to comment.