microshift
microshift copied to clipboard
A small form factor OpenShift/Kubernetes optimized for edge computing
#### What happened: From the link: https://github.com/openshift/microshift/blob/main/docs/devenv_rhel8.md, $sudo subscription-manager repos --enable rhocp-4.10-for-rhel-8-$(uname -i)-rpms The error happened: Error: 'rhocp-4.10-for-rhel-8-x86_64-rpms' does not match a valid repository ID. Use "subscription-manager repos --list" to...
#### What happened: I encountered a reproducible issue. Microshift AIO in container (podman) works fine , however whenever i reboot the host machine, then start microshift container `podman start microshift`...
#### Design Document Link PR: # #### What would you like to be added: Due to https://github.com/openshift/microshift/blob/main/pkg/cmd/init.go#L82-L88, the kube-apiserver certs are limited to several internal IPs and known names. The...
#### What happened: Logs are full of warnings like ``` W0903 12:20:21.602833 1864859 patch_genericapiserver.go:123] Request to "/apis/route.openshift.io/v1" (source IP 192.168.178.106:34822, user agent "Go-http-client/2.0") before server is ready, possibly a sign...
#### What happened: The goal is to allow unauthorized access to JWKS URI from openid-configuration by creating a clusterrolebinding `kubectl create clusterrolebinding oidc-reviewer --clusterrole=system:service-account-issuer-discovery --group=system:unauthenticated` Ref: - https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/#service-account-issuer-discovery - https://techblog.cisco.com/blog/kubernetes-oidc/...
**NOTE: we suspect this is because initialization is half way done sometimes, and on next boot the generation of files is not completed** #### What happened: Unable to start microshift...
#### What would you like to be added: Rebase to 4.10, then 4.11 series, including using OpenShift's ARM builds. #### Why is this needed:
#### Design Document Link PR: # #### What would you like to be added: - Rpm: create rpm repo for .tar which are only updated after a rebase - containerized:...
#### What happened: Attempted to deploy the following ``` kind: DeploymentConfig apiVersion: apps.openshift.io/v1 metadata: name: frontend spec: template: metadata: labels: name: frontend spec: containers: - name: helloworld image: nginx replicas:...
#### What would you like to be added: Unit/Integration testing framework for Microshift. We will need to determine whether to adhere to behavior-driven development vs. test-driven development. #### Why is...