snc icon indicating copy to clipboard operation
snc copied to clipboard

Single Node Cluster creation scripts for OpenShift 4.x as used by CodeReady Containers

Results 95 snc issues
Sort by recently updated
recently updated
newest added

Openshift support hostpath-provisioner https://docs.openshift.com/container-platform/4.7/virt/virtual_machines/virtual_disks/virt-configuring-local-storage-for-vms.html to use with storage class to create on demand pv/pvc which we should consume instead of creating those manually. It also means we are going to...

snc code is becoming large: multi-arch support, cluster profiles, etc. We have now more than 800 lines of shell, it's maybe time to move to go. It will improve the...

**Change** Add swap in the VM **How** Implemented in https://github.com/code-ready/snc/pull/246 **Expected and mesured improvements** **Pros** **Cons**

reduce-resources

As of now we have lot of env variable on snc script so better to have that list in our readme file so that it's easy to follow instead everytime...

[snc-library.sh](https://github.com/code-ready/snc/blob/master/snc-library.sh#L73-L77) will abort installation when `CRC_BASE_DOMAIN` is: 127.0.0.1.nip.io or 127.0.0.1.sslip.io A workaround would be to patch snc-library.sh. For example: `sed -i '/if echo $${ping_status}/c\ if false; then' snc-library.sh` Is this...

Looks like marketplace release is adhoc with openshift release and even we do latest z stream release and try that after an new marketplace release then it start pulling images...

With latest version of libvirt 5.6.0+ it is possible to use dnsmasq options directly into the network section. - https://libvirt.org/formatnetwork.html#elementsNamespaces - https://github.com/openshift/installer/blob/master/docs/dev/libvirt/README.md#console-doesnt-come-up

As per https://github.com/code-ready/crc/issues/2127 we want to have an intermediate step and removing OLM override is first step.

We should cache the image which is used for `oc debug node` so the user don't have to depend on the internet bandwidth in case try to debug into node....

Installation advanced quite far but cannot finish. Bootstrap is destroyed already but Console web can't start. 1. ~/snc/openshift-clients/linux/oc get pods --all-namespaces | grep console shows that some pods in `openshift-console`...