Robert Baumgartner
Robert Baumgartner
I used this a workaround: (problem Fedora IOT is only read-only FS) curl -L https://github.com/openshift/microshift/releases/download/nightly/microshift-linux-arm64 > /usr/local/bin/microshift chmod +x /usr/local/bin/microshift /usr/local/bin/microshift version sed -i "s|/usr/bin|/usr/local/bin|" /etc/systemd/system/microshift.service systemctl daemon-reload
Now I receive another Fatalf.. [microshift.log](https://github.com/openshift/microshift/files/9234735/microshift.log) .
Now I have a raspberry 4 with 4GB. Installed Fedora IOT 36 Installed cri-o 1.23 Microshift nightly build --> working! ``` oc get node -o wide NAME STATUS ROLES AGE...
The first line in the log `This container is running as user 1000880000.` should be 'running as user mssql' As a workaround allow the used service account (default) anyuid for...
somewhere documented?
same problem here OpenShift 4.6.6 ``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 11.029 s [INFO] Finished at: 2020-12-07T10:55:38Z [INFO] ------------------------------------------------------------------------ [Pipeline] } [Pipeline] // stage [Pipeline]...
Found reason! I deployed with ``` ./provision.sh deploy --enable-quay --quay-username [email protected] --quay-password password ``` errors in cicd-demo-installer pod ``` + oc new-app --name=tasks --docker-image=quay.io/[email protected]/tasks-app:latest --allow-missing-images --as-deployment-config -n dev-demo error: can't...
Uninstallation of an operator never deletes CRDs. At least for the operator I am aware of.
I believe "hostnetwork-v2" is enough? BTW for openshift you can create the route with `oc create route edge --service kubeshark-api-server --port 8899 -n kubeshark`
@hkailantzis I don't know what is required in your environment. In OpenShift you have two ports available - 9091, requires a cluster role. access to all namespace data - 9092,...