k8s_fedora: Protect kubelet
Bug #1758672 reported by
Spyros Trigazis
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Magnum | Status tracked in Rocky | |||||
Ocata |
In Progress
|
Critical
|
Spyros Trigazis | |||
Pike |
In Progress
|
Critical
|
Spyros Trigazis | |||
Queens |
Fix Committed
|
Critical
|
Spyros Trigazis | |||
Rocky |
Fix Released
|
Critical
|
Spyros Trigazis |
Bug Description
In kubernetes kubelet listens to 10250 and allows anonymous auth by default.
We need to:
* disable anonymous auth
* enable webhook auth with certs and with token for service accounts that have the proper roles.
* https:/
For an even more secure configuration we can:
* close cadvisor port
* close read-only-port
Only the healthz port of kube-proxy will be open in worker nodes (10256).
description: | updated |
Changed in magnum: | |
assignee: | nobody → Spyros Trigazis (strigazi) |
importance: | Undecided → Critical |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/556213
Review: https:/