cloud-native-setup
cloud-native-setup copied to clipboard
Automation around setting up the cloud-native content (kubernetes) on Clear Linux.
Curious why this repo has apparently not created a release in over 4 months? The patch I submitted ([9e369](https://github.com/clearlinux/cloud-native-setup/commit/9e3697308ee3555aec1b6ee44cd5fb7ecc026946))does not show up in the latest updates. Is there a reason?...
crio runnner is not properly installed with setup_system.sh for automated installation of Kubernetes
Hi.. we are trying to create the UPF pods with DPDK and using SRIOV/Multus plugins but we are not able to use UPF pod with DPDK mode. We tried using...
There appears to be some information missing from some of the documentation on setting up Vagrant. This top-level document: https://github.com/clearlinux/cloud-native-setup/tree/master/clr-k8s-examples says to either Follow instructions in the Vagrant docs Or,...
When we recently deployed after #316, we found the internet connection to be broken when using conatinerd.
When you ask `create_stack.sh` for help, it prints out `Not-documented` for a number of entries... which, is not helpful ;-) ```bash $ ./create_stack.sh -h Usage: ./create_stack.sh [subcommand] Subcommands: all: minimal...
I'm wondering if it will be possible to use a shallow clone in the `get` function of the `create_stack.sh` code - right now I'm staring at quite a big download...
Using cilium as cni along with containerd does not work and the cilium pods never get to running state. ``` Warning FailedMount 3m26s kubelet, clr-01 Unable to attach or mount...
The time to pod network test harness was hanging when the net server was not ready due to the `curl` execution because `curl` has its own connection time out and...
This might be more of a feature enhancement than a bug because you have to have installed `containers-basic` already or run the `setup_system.sh` script with both crio and containerd as...