RESEARCH

Bug #2008644 “error from create_kubeconfig when kubectl snap is …” : Bugs : Kubernetes Control Plane Charm

After a recent “juju config k-c-p channel=1.27/edge”, i noticed an error in my non-leader k-c-p unit (log with context attached): ——2023-02-17 23:07:23 INFO unit.kubernetes-control-plane/0.juju-log server.go:316 Writing kubeconfig file.2023-02-17 23:07:23 ERROR…Read moreBug #2008644 “error from create_kubeconfig when kubectl snap is …” : Bugs : Kubernetes Control Plane Charm

RESEARCH

software installation – There is no config file when I install “kubeadm/kubelet/kubectl” via “apt” or “snap” on Ubuntu 22.04LTS!

I just installed Kubernetes following this instruction: kubernetes.io/docs/setup/production-environment/tools/kubeadm/install-kubeadm/ on my Ubuntu desktop 22.04 LTS. When I try this command sudo kubectl cluster-info for example, I get this result: To further…Read moresoftware installation – There is no config file when I install “kubeadm/kubelet/kubectl” via “apt” or “snap” on Ubuntu 22.04LTS!

DATA MANAGEMENT RESEARCH

soql – Salesforce “EntityDefinition” tooling api returns less custom object+ custom setting count

I am using Salesforce tooling “EntityDefinition” api to pull all the custom object and custom settings as per the below query: instance/services/data/v55.0/tooling/query?q=SELECT count() FROM EntityDefinition WHERE publisherid != ‘System’ and…Read moresoql – Salesforce “EntityDefinition” tooling api returns less custom object+ custom setting count

LINUX & ANDROID VIRTUALIZATION

linux – Why I get permission denied when I use a snap docker version to run a zookeeper image?

When I ran the zookeeper image by the command following, I got “/docker-entrypoint.sh: line 43: /conf/zoo.cfg: Permission denied”. docker run –privileged=true -v /usr/lib/zookeeper/zk2890/conf:/conf –name zookeeper -d zookeeper But after I…Read morelinux – Why I get permission denied when I use a snap docker version to run a zookeeper image?