mikaello
mikaello
/lifecycle frozen
The request for exposing modals are partly addressed in https://github.com/openshift/console/pull/12785
Thanks both of you for your fast acknowledgement. I try to keep up to date with the development of features and the community, but haven't heard of "Open Spec" before,...
> Dashboard available here. @chen-keinan Did you mean to attach a link? "here" is just normal text.
Any update on this? @spadgett ? /remove-lifecycle stale
> @mikaello could you please run `yarn install` on this change, this will re-generate the ts docs. Otherwise the `frontend` job will be failing. Sorry for the late response! I...
JSONata for those wanting to try the go.dev datasource: ```jsonata { "releases": $[stable = true].{ "version": $split(version, "go")[1] }, "sourceUrl": "https://github.com/golang/go", "homepage": "https://go.dev/", "changelogUrl": "https://go.dev/doc/devel/release" } ``` (see playground for...
> Plugins don’t support bash completion. See Kubernetes repo for relevant issue. I guess the issue you are referring to is https://github.com/kubernetes/kubernetes/issues/74178 ? This was resolved by https://github.com/kubernetes/kubernetes/pull/105867, so I...
It seems like you got an answer on StackOverflow: > `kafka.log:name=Size` is a JMX metric. > > You need to use JMX exporter to get it, not "Kafka exporter" Source:...
> > The XML produced by Draw.io only to delete "diagram" and "mxfile". Keep XML inside "mxGraphModel". > > Do you mean on the XML source when edit ? Yeah,...