Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[P2] Investigate: Why these multiple warnings when installing the application with kubectl apply -f ./ ? #106

Open
CESARDELATORRE opened this issue Feb 11, 2024 · 0 comments
Assignees
Labels
control-plane-app issue Bug, but it's not breaking the app P2 (Less priority) Features or improvements with lower priority to do in upcoming weeks.

Comments

@CESARDELATORRE
Copy link
Contributor

Investigate and try to eliminate those WARNINGS:

deployment.apps/akri-controller-deployment created
Warning: resource configurations/akri-camera is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply. kubectl apply should only be used on resources created declaratively by either kubectl create --save-config or kubectl apply. The missing annotation will be patched automatically.
configuration.akri.sh/akri-camera configured
Warning: resource serviceaccounts/akri-webhook-configuration is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply. kubectl apply should only be used on resources created declaratively by either kubectl create --save-config or kubectl apply. The missing annotation will be patched automatically.
serviceaccount/akri-webhook-configuration configured
Warning: resource roles/akri-webhook-configuration is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply. kubectl apply should only be used on resources created declaratively by either kubectl create --save-config or kubectl apply. The missing annotation will be patched automatically.
role.rbac.authorization.k8s.io/akri-webhook-configuration configured
Warning: resource rolebindings/akri-webhook-configuration is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply. kubectl apply should only be used on resources created declaratively by either kubectl create --save-config or kubectl apply. The missing annotation will be patched automatically.
rolebinding.rbac.authorization.k8s.io/akri-webhook-configuration configured
deployment.apps/akri-webhook-configuration created
service/akri-webhook-configuration created
Warning: resource validatingwebhookconfigurations/akri-webhook-configuration is missing the kubectl.kubernetes.io/last-applied-configuration annotation which is required by kubectl apply. kubectl apply should only be used on resources created declaratively by either kubectl create --save-config or kubectl apply. The missing annotation will be patched automatically.

image

@CESARDELATORRE CESARDELATORRE added issue Bug, but it's not breaking the app P2 (Less priority) Features or improvements with lower priority to do in upcoming weeks. control-plane-app labels Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
control-plane-app issue Bug, but it's not breaking the app P2 (Less priority) Features or improvements with lower priority to do in upcoming weeks.
Projects
None yet
Development

No branches or pull requests

2 participants