This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 48
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
knrt10
changed the title
calico-host-protection: add psp to resource
calico-host-protection: add psp rule
Dec 18, 2020
knrt10
force-pushed
the
knrt10/calico-host-protection-psp-update
branch
2 times, most recently
from
December 18, 2020 07:21
4d39991
to
f6518da
Compare
listed as we have set privileged policy for all Pod created using Trying to debug why this is happening |
knrt10
force-pushed
the
knrt10/calico-host-protection-psp-update
branch
2 times, most recently
from
December 23, 2020 10:34
5a249a2
to
ec26c47
Compare
invidian
suggested changes
Dec 23, 2020
assets/charts/control-plane/calico-host-protection/templates/psp.yaml
Outdated
Show resolved
Hide resolved
assets/charts/control-plane/calico-host-protection/templates/host-endpoint-controller.yaml
Show resolved
Hide resolved
assets/charts/control-plane/calico-host-protection/templates/host-endpoint-controller.yaml
Outdated
Show resolved
Hide resolved
Calico host endpoint controller only needs to talk to the apiserver and should not be granted privileged PSP. Add new psp for calico-host-protection. closes: #287 Signed-off-by: knrt10 <kautilya@kinvolk.io>
This adds test to check annotation for respective pod that correct annotation value is applied for "kubernetes.io/psp". Signed-off-by: knrt10 <kautilya@kinvolk.io>
Update deprecated apiVersion for clusterrole and clusterrolebinding. Also lint rules. Signed-off-by: knrt10 <kautilya@kinvolk.io>
knrt10
force-pushed
the
knrt10/calico-host-protection-psp-update
branch
from
December 23, 2020 11:34
ec26c47
to
e10865e
Compare
invidian
approved these changes
Dec 23, 2020
surajssd
approved these changes
Dec 24, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Calico host endpoint controller only needs to talk to the apiserver and
should not be granted privileged PSP.
Update deprecated apiVersion for clusterrole and clusterrolebinding.
closes: #287
Signed-off-by: knrt10 kautilya@kinvolk.io