Charro Gruver
Charro Gruver
That would be really helpful. I did manage to complete the install. There are some additional security steps required to run on OpenShift. It does not like fixed uid and...
I’m actually back to working on my project with Cassandra on OpenShift. I’ve pivoted to using the operator for installation. If the container images can be pulled from quay.io or...
Since I opened this last year, I've pivoted to using the operator. While many of the images still come from `docker.io`, I've worked around any rate limit issues by mirroring...
I just encountered this issue while trying to create a manifest with an image built locally for `arm64` and an `amd64` image pulled from `docker.io` I'm working on running K8ssandra...
No workloads are deployed. It generally happens pretty quickly. The first symptom seems to be that the node stops accepting SSH connections. The OpenShift instance will continue to run for...
__OK. Here's one way to reproduce it:__ ```bash crc delete crc start ``` __After it starts:__ ```bash eval $(crc podman-env) podman images ``` __Result:__ ```bash Cannot connect to Podman. Please...
If you attempt to restart crc after the above failure. The same ostree errors as above repeat in vfkit.log. The cluster cannot restart and must be deleted.
The above method for reproducing the issue does not always work. Sometimes the cluster will run for a while before it quits accepting SSH. After it quits accepting SSH, OpenShift...
Here's a vfkit.log snippet that might have something useful. I started crc and let it idle for a few minutes. ```bash [ 630.615006] ------------[ cut here ]------------ [ 630.615078] kernel...
At this point the machine appears to be dead. The vfkit.log has not progressed beyond the last entry above. However, my machine is still listening on 6443 and 2222... Is...