Skip to content

Conversation

@mjura
Copy link
Collaborator

@mjura mjura commented Dec 15, 2021

In Kubernetes v1.23 new admission controller requires securityContext
for application deployed in restricted namespaces. We need to update
lockc example deployment.

Fixes: #117
Signed-off-by: Michal Jura [email protected]

Copy link
Member

@vadorovsky vadorovsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The change itself looks good to me.

But please start referencing issues. Put Fixes: #117 into your commit message and PR description. Like:

Adopt examples to Kuberentes v1.23

In Kubernetes v1.23 new admission controller requires securityContext
for application deployed in restricted namespaces. We need to update
lockc example deployment.

Fixes: #117
Signed-off-by: Michal Jura <[email protected]>

Thanks to that kind of reference, issues get closed when PRs get merged.

In Kubernetes v1.23 new admission controller requires securityContext
for application deployed in restricted namespaces. We need to update
lockc example deployment.

Fixes: lockc-project#117
Signed-off-by: Michal Jura <[email protected]>
@vadorovsky vadorovsky merged commit e52772a into lockc-project:main Dec 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Test lockc with K8s v1.23 and debug containers

2 participants