advanceboy
advanceboy
This problem occurs in v0.2.53, but it no longer occurs after downgrading to v0.2.51.
Here is a workaround that has been identified: ```console $ sudo ln -s /snap/microk8s/current/usr/lib/git-core /usr/lib/git-core $ microk8s kubectl apply -k . configmap/the-map created service/the-service created deployment.apps/the-deployment created ``` However, it...
This workaround is better because it has less impact on the host OS: ```console $ cat ./kustomization.yaml resources: - https://github.com/kubernetes-sigs/kustomize//examples/helloWorld/?timeout=120&ref=v3.3.1 EOF $ GIT_EXEC_PATH=/snap/microk8s/current/usr/lib/git-core/ microk8s kubectl apply -k . configmap/the-map created...
I have added a proposed fix to the issue description. Additionally, similar issues have been reported in #1260 and #4453.
@YaronL16 Thank you for your response! I appreciate the suggestion; however, I believe my issue might not be resolved by using `ee_extra_volume_mounts`. The problem is that even with this setting,...