snc
snc copied to clipboard
Single Node Cluster creation scripts for OpenShift 4.x as used by CodeReady Containers
- https://catalog.redhat.com/software/containers/container-native-virtualization/hostpath-csi-driver-rhel9/633ffadaa13cf60c13cf6474
Sometime pods goes to `ContainerStatusUnknown` state where it is not able to send the status to kubelet and it stays there till manually deleted and due to it our snc...
Testing https://issues.redhat.com/browse/OCPBUGS-31035 one After switching to OVN-K we observed increase in memory resource and one way to tackle it to have swap enabled on the node. This PR is try...
Since the rc bits are now available, this will be the tracker issu for 4.16 readiness till we publish the 4.16 bundle after it is released. All the issues related...
We are hitting a flaky error checking the state of the operators and pods after the cluster has been started and patches has been applied: ``` Retry 9/10 exited 1,...
- Discussion https://github.com/crc-org/snc/pull/914#issuecomment-2175494302 The corresponding podman issue was https://github.com/containers/podman/issues/11541 We also need to figure out if MCO also observer this conf and if does then this change need to be...
Some of the team have arm64 hardware and wants to try out the OpenShift Local for testing purpose. Since we are already creating the arm64 bundle for M1, we should...
Discussion: https://github.com/crc-org/crc/issues/4180 We should also update the version info https://github.com/crc-org/snc/blob/ecb02eb8606b4c9e7468885c06a1b8652714b9fc/crc-bundle-info.json.sample#L11 to `1.5` once PR is filled.
this adds 4 small systemd services that: - creates crc specific configurations for dnsmasq - sets a new uuid as cluster id - creates the pod for routes-controller - tries...