qiaozp
qiaozp
We fix this issue by remove `app.kubernetes.io/instance: kube-prometheus-stack` so the selector is only `app.kubernetes.io/name: prometheus-node-exporter`. Here's the reason. 1. Changing ArgoCD `application.resourceTrackingMethod` to annotation only will cause all of our...
In the first image, it shows the hook fails. Can you run command below to check what's in the cluster? Maybe your cluster isn't setup successfully. ```shell kubectl get pod...
In Ubuntu, check `journalctl -xe` to check what happens to k3s. In Windows, check the container logs please.
In Ubuntu, the container can't be created ``` exec: "apparmor_parser": executable file not found in $PATH ``` try commands below or a higher version of Ubuntu. ``` apt install apparmor...
Have you succeed in Ubuntu? @yikuaibro
But did `apt install apparmor apparmor-utils` work ?
Closing with https://github.com/kubevela/kubevela/pull/5161, this feature is released in v1.7.0
After v0.7.10, Configuration can be deleted before it is fully created. PR https://github.com/kubevela/terraform-controller/pull/354 has supportted `DeleteProvisioningResources` feature gate. This makes `vela delete ` can works properly with wrong terraform Configuration....
Hi @fly3366 Do you have any expectations that `security-context` can do for you? Configuring the security-context in K8s can be quite intricate, requiring a certain level of expertise to get...
@bguruprasad You can list what securityContext you want to add to deployment. It helps this issue to get a reachable implementation more quickly.