microshift
microshift copied to clipboard
A small form factor OpenShift/Kubernetes optimized for edge computing
Cluster is running with latest git version on my PI 400, with default router pod up as well. now I've tried to install OKD Console using this doc https://community.ibm.com/community/user/cloud/blogs/alexei-karve/2021/11/23/microshift-1 but...
**Which issue(s) this PR addresses**: Closes [USHIFT-168](https://issues.redhat.com//browse/USHIFT-168)
Rebases MicroShift to the 4.11 stable series as stepping-stone to 4.12. Closes USHIFT-417.
Removes openshift-controller-manager dependency in favor of route-controller-manager TODO: - [ ] requires kube update to at least 1.24
These two APIs are not available in MicroShift, so informers are useless here.
ovnk local gateway mode allows pod egress traffic to use system routes.
- Fix Prometheus services and templates - Don't check GPG for process-exporter - Manage role permissions Provides system process resource monitoring for prometheus.
#### What happened: I deploy an application with an Ingress Object NOT an Route object, application is not available via ingress. #### What you expected to happen: Application is available...