ガイ

Results 7 issues of ガイ

Here is my code: ```golang err = client.Upload("./test.txt", "/root/") if err != nil { panic(err) } ``` it will raise error(sftp: "Failure" (SSH_FX_FAILURE)) when remotePath is not full path. It...

The installplan create and update status is in there https://github.com/operator-framework/operator-lifecycle-manager/blob/c610a3eb2f221a2cac8563b68aa4f98e61f888cc/pkg/controller/operators/catalog/operator.go#L1273-L1288 There is adopt controller that add a label to installplan https://github.com/operator-framework/operator-lifecycle-manager/blob/c610a3eb2f221a2cac8563b68aa4f98e61f888cc/pkg/controller/operators/adoption_controller.go#L415-L445 There will be some conflicts here, Creating an installplan...

## Bug Report **What did you do?** I created multiple subscriptions in a short time, then these subscription status is InstallPlanPending, Like the following: ```yaml apiVersion: operators.coreos.com/v1alpha1 kind: Subscription metadata:...

kind/bug

Signed-off-by: aiyijing **Description of the change:** Fix update installplan status conflict. **Motivation for the change:** Empty installplan will cause the Subscription status to block in UpgradePending **Architectural changes:** **Testing remarks:**...

ok-to-test

I think it is possible to provide commandline flag or Env to setting the sync time of the catalogsource. https://github.com/operator-framework/operator-lifecycle-manager/blob/c6cc1d7f706d355e34b1fc6523693bc13ceb4650/pkg/controller/operators/catalog/operator.go#L189-L195 10*time.Minute may be too long,Sometimes we need to upgrade the...

triaged

# adopt controller The adopt controller frequently updates operators.status of cluster scope resources. At the k8s level, this behavior generates a large number of audit events, and it also causes...

# Env Arch: linux/arm64 (minikube k8s cluster) Runtime: docker # Description Failed to pull image "oamdev/docker-terraform:1.1.5": rpc error: code = Unknown desc = no matching manifest for linux/arm64/v8 in the...