icy-furniture-17516
05/04/2023, 7:25 AM.garden
folder when switching between envs to avoid deploy failures. is that something you do as well, or am I taking placebo? 🙂brief-restaurant-63679
05/04/2023, 8:16 AMicy-furniture-17516
05/04/2023, 8:29 AMCommand "/Users/peterwilcsinszky/.garden/tools/kubectl/f8a39834529cd1ed/kubectl --context=<REDACTED> apply --output=json -f -" failed with code 1:
Warning: resource pods/edge2-76f4d8567b-kzbxm 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.
Error from server (NotFound): error when applying patch:
to:
Resource: "/v1, Resource=pods", GroupVersionKind: "/v1, Kind=Pod"
Name: "edge2-76f4d8567b-kzbxm", Namespace: "<REDACTED>"
for: "STDIN": pods "edge2-76f4d8567b-kzbxm" not found
serviceResource:
podSelector:
app: "${this.name}"
containerName: dev
swift-garage-61180
05/04/2023, 12:31 PMerror.log
.kubectl
on resources that are missing this annotation (we specifically filter on only those resources, but it's possible we're missing that filtering in some code path).