microk8s icon indicating copy to clipboard operation
microk8s copied to clipboard

MicroK8s is a small, fast, single-package Kubernetes for datacenters and the edge.

Results 392 microk8s issues
Sort by recently updated
recently updated
newest added

#### Summary i have microk8s 1.24 and i need to grant access to the cluster via FQDN .. I edited csr.conf.template and i refreshed the certificates as follow ```sudo microk8s...

Hello Ubuntu 22.04 Microk8s 1.21/1.20/1.18 On Linux machine with Ubuntu 22.04 installed on i follow the Quickstart guide to install Kubeflow - https://charmed-kubeflow.io/docs/quickstart Everything until the step "$juju bootstrap microk8s"...

Nginx ingress should have no-tls-redirect-locations configured to not redirect request made to "/.well-known/acme-challenge" to https. This is important to make it possible to auto renew certificates via cert-manager #### Summary...

![image](https://user-images.githubusercontent.com/39586055/182278963-81969914-0810-455d-8b9f-5979f43a48e9.png) Please tell me how to modify the network interface address of 192.168.1.5, I need to modify it to another network interface address

目前我的节点之间采用sdwan组网,打通网络通讯,采用虚拟网卡通讯节点之间相互可以ping通。网卡一共两张: master: 物理网卡: eth0 ip:192.168.1.5/24 sdwan虚拟网卡: spje2xzwe ip:172.27.0.2/16

#### Summary When running 'microk8s enable community' it runs successfully and I can see the community repo enabled when I run 'microk8s status' however I cannot install or see listed...

inactive

#### Summary Trying to change the hostname of the nodes #### What Should Happen Instead? After changing the hostname DNS service did not work. #### Reproduction Steps Steps to reproduce...

Hi. How do I install microk8s 1.22/stable for Ubuntu 20.04.3 LTS running on POWER9 architecture? If I run the following: root@myserver:~# snap info microk8s name: microk8s summary: Kubernetes for workstations...

After joining cluster, and executed `microk8s kubectl get node `: `The connection to the server 127.0.0.1:16443 was refused - did you specify the right host or port?` ENV: host :...

#### Summary It would be nice to have the `--client-ca-file` for the kube-apiserver separate from `${SNAP_DATA}/certs/ca.crt` which is also used by all the other processes in the cluster #### Why...