Jeff MAURY

Results 192 comments of Jeff MAURY

> @lstocchi, @jeffmaury: it's striking how much is removed with this bump: ![image](https://user-images.githubusercontent.com/25126/197727707-29b18fc0-2e32-4720-a777-f53b35f016be.png) > > The explanation is that many deprecated items were removed. The details can be read in...

Cluster not available or something like that

Don't know how to fix this as each Kubernetes distribution has its own way of handling authentication

Not sure it's standardized. Some providers use a local binary (EKS, GCP,...)

Need to look if such metadata does not already exists

And you have the same issue with CronJobs: seems a CronJob generates a new Job each time a schedule is created

I don't buy this. See this from the k8s documentation: A Job creates one or more Pods and ensures that a specified number of them successfully terminate. As pods successfully...

I don't think login/logout command should be exposed at there are represented by the connection parameter that user needs to configure

I think that deserves a spec as I'm not a kubectl expert. As those actions directly mapped onto kubectl commands or is there a higher level mapping ?

Yes but my fear is that if we don't have a direct mapping onto oc commands then we will have to deal with the variations between oc versions.