Ghostwritten

Results 10 comments of Ghostwritten

1. 希望加一步:kubectl create serviceaccount admission-webhook-example-sa,这样才能确认webhook pod正常启动; 2. export CA_BUNDLE=$(kubectl config view --raw --flatten -o json | jq -r '.clusters[] | select(.name == "'$(kubectl config current-context)'") | .cluster."certificate-authority-data"') ,没有匹配到,可能是我的集群环境不同,kubectl config current-context返回是kubernetes-admin@kubernetes,而不是kubernetes,但是export...

``` ASK [reset : reset | find files/dirs with immutable flag in /var/lib/kubelet] ********************************************************************************************************************* fatal: [kube-master01]: FAILED! => {"censored": "the output has been hidden due to the fact that 'no_log:...

> The same working fine with Rancher v2.7.9 ? v2.7.9 also has this problem, because I initially tried this version. Before that, I tried to use the same method to...

> Hey, which CDI version / virtctl version is this? ``` [root@rke-master01 ~]# kubectl get pod -n cdi -oyaml |grep 'image:' | sort -r | uniq image: quay.io/kubevirt/cdi-uploadproxy:v1.57.0 image: quay.io/kubevirt/cdi-operator:v1.57.0...

+1 ``` $ helm template rancher rancher-stable/rancher --version v2.7.9 Error: chart requires kubeVersion: < 1.27.0-0 which is incompatible with Kubernetes v1.28.0 Use --debug flag to render out invalid YAML ```

you can see https://github.com/Ghostwritten/sftp/tree/arm64, I do it😊

you can see https://github.com/Ghostwritten/sftp/tree/arm64, I do it😊

I think in hostvars , There is some null value in key/value `ansible_default_ipv4": {}`, Writing playbook via ansible jinja2 to eliminate it might work, but I can't write it, it's...