Ole Markus With

Results 379 comments of Ole Markus With

That would be a fairly big job right now. Most likely a feasible implementation would be based on the outcome of https://github.com/aws/aws-sdk/pull/230 If someone wants to implement this, I'm happy...

This looks like a mismatch in your dependencies vs kops dependencies. Can you try upgrading your `github.com/Azure/azure-storage-blob-go`?

Wondering if this is related to the channels apply bug. You can try downloading the `channels` binary from the 1.24.0-beta.3 release and run ``` channels apply channel $KOPS_STATE_STORE/$CLUSTER:NAME/addons/bootstrap-channel.yaml -v2 ```...

Isn't Kapsule a managed k8s cluster? kOps is a solution for easily managing the control plane itself. It would rather be built directly upon the compute offering.

`--values` takes a path to a values file. Your first run works because that is what you are doing. The second run does not as you are redirecting the content...

It can and should be fixed. It is not on my priority list though, but I would absolutely review a PR if anyone is willing to have a look. /kind...

What exactly is expected from this issue? We've already been through that "env redirect to flag" is not a thing.

Please reproduce this with kops 1.24.1. It should give more information about why the detach fails that may cause this.

Do you happen to have an ASG with warm pools enabled _and_ being scaled to 0? In that case, I think https://github.com/kubernetes/kops/blob/9ed92a963ede06a0f6ca28ff7729605a6e9f9ad7/pkg/instancegroups/instancegroups.go#L155 would end up with trying to access `update[0...