pk-218

Results 16 comments of pk-218

For now, I have installed OLM for now after referring to OperatorHub's [documentation](https://operatorhub.io/how-to-install-an-operator) ``` kubectl create -f https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/master/deploy/upstream/quickstart/crds.yaml kubectl create -f https://raw.githubusercontent.com/operator-framework/operator-lifecycle-manager/master/deploy/upstream/quickstart/olm.yaml ``` However, I would be glad have the...

No, I haven't attempted it with v1.23, v1.22 is the version I have on my system

@jcho02 Yes, I think that caused the issue. Thank you for looking into it!

@leecalcote can you assign this issue to @lavakush07? I would be happy to help him out with it.

I am trying to reproduce this issue here in this video - [multi-cluster-removal-error.webm](https://user-images.githubusercontent.com/53428217/187955096-e7a62a3c-0e4c-4900-afd7-35e773aef8f5.webm) The context does get removed from the K8sContextMenu component but this throws an error - ![multi-cluster-removal-error](https://user-images.githubusercontent.com/53428217/187955627-98c42fb7-17cb-4e35-8715-aea9b18643ea.PNG) If...

@piyushsingariya @alphaX86 can I assist with this issue? I can start with `mesheryctl filter` subcommands.

Hi @Revolyssup! Can I work on this issue? I have identified the changes that are to be made from this [line](https://github.com/meshery/meshery/blob/master/mesheryctl/internal/cli/root/pattern/apply.go#L224). I also have a fair idea about implementing a...

Got it! I will unmarshal with the following struct and get the `Name`: ``` type Pattern struct { Name string `yaml:"name"` Services []string `yaml:"services"` } ```