Igor Troyanovsky
Igor Troyanovsky
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...
## Bug Report Given a CSV yaml with the following spec ``` deployments: - name: controller-manager spec: ..... template: ..... spec: containers: ..... env: - name: MY_IMAGE image: docker.io/foo:bar ```...
## Bug Report #### What did you do? Run `make bundle-build` #### What did you expect to see? A bundle image created locally. #### What did you see instead? Under...
## Feature Request #### Describe the problem you need a feature to resolve. Currently a plugin can fail on basic scaffolding `operator-sdk init --plugins=` returning 1 and/or creating no files,...
### Issue Description A signed image that got successfully pushed to Artifactory, using https://github.com/sigstore/cosign#registry-support, cannot be pulled due to an error: ``` Error: Source image rejected: unexpected MIME type for...
### Describe what you are looking for Looking for a `-v, --verbose` flag that's the opposite of `-q`: logging initialization and parsing steps of server startup in a "debug" or...
Version: OpenShift 4.16 tech preview (enabled by feature gate) ``` $ oc -n openshift-gitops get bundledeployments.core.rukpak.io openshift-gitops-operator -o yaml apiVersion: core.rukpak.io/v1alpha2 kind: BundleDeployment metadata: creationTimestamp: "2024-08-26T13:03:27Z" deletionGracePeriodSeconds: 0 deletionTimestamp: "2024-08-26T13:05:55Z"...
## Bug Report **What did you do?** Given a controller manager Deployment managed by a CSV, attempting a `kubectl rollout restart` on the controller manager produces an unexpected result. **What...