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

As of now each bundle have `preset` as part of it's name but that is not true for OpenShift bundles, we should add `openshift` preset for openshift bundles so that...

This is for tracking purpose once https://bugzilla.redhat.com/show_bug.cgi?id=2097830 is fixed.

Somehow https://mirror.openshift.com/pub/openshift-v4/arm64/clients/ocp/4.11.1/openshift-client-mac-arm64-4.11.1.tar.gz is not working on M1 ``` ➜ /tmp file oc oc: Mach-O 64-bit executable arm64 ➜ /tmp ./oc -h [1] 23852 killed ./oc -h ```

Currently after bootstrap cert rotation, cert validity become 30 days which is affecting crc users (who start cluster after 30 day). In this PR we are adding patch to kube-apiserver-operator...

After building the image using this lable we can identify which bundle ship with container image without extracting it. ``` $ skopeo inspect --authfile /home/prkumar/pull-secret --no-tags docker://quay.io/praveenkumar/podman-bundle:4.1.1 { "Name": "quay.io/praveenkumar/podman-bundle",...

needs-rebase
do-not-merge/hold

We should have a way to identify which bundle version is part of a container image without pulling it and one way to do it to add label to it...

this package provides utilities for managing mounts of CIFS network file systems its needed to make use of windows default CIFS/SMB feature for network file sharing between hosts

lgtm
approved
do-not-merge/hold

We need this package to mount cifs/smb shared dirs from windows hosts ``` cifs-utils.x86_64 6.8-3.el8 @rhel-8-for-x86_64-baseos-rpms ```

Right now okd/ocp bundle follows same `crc_` naming but it should be a good distinction to add `okd` for OKD related bundles like we have for podman bundles `crc_okd_`.

As of now must gather is auto collected in case of installer failed to provision cluster but recently we are seeing lot of occurrence where cluster become unstable after we...