Dimitris Kapanidis
Dimitris Kapanidis
Adding here also the ability to suspend a CronJob as button: ```sh ❯ kubectl explain cronjob.spec.suspend KIND: CronJob VERSION: batch/v1beta1 FIELD: suspend DESCRIPTION: This flag tells the controller to suspend...
Hi, in previous versions that was the default workflow, but in order to avoid unwanted changes on current-context it was removed. Though, if someone can opt-in with a setting in...
> I don't think it should be default option, none of k8s utils does that, I don't want to switch to prod namespace via that select ;) That is sensible...
Hi @Nwhouse, We have covered some typical kubernetes setups [here](https://docs.kubernetic.com/#/setup-cluster/) but we don't have yet an Kube Rasberry Pi example. The only requirement to connect Kubernetic to your cluster is...
I will take a look to fix this
Fixed on v2.0.15, pending to be released
Ok, I pinpointed the error now, the issue is the memory format which is not parsed properly (https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/#meaning-of-memory).
A user with RoleBinding of the "view" ClusterRole should be able to have read-only access to a specific namespace. In order for the user to be able to enumerate the...
Hi, A common issue is that `aws` must be under the PATH so that kubernetic can exec the command. You can configure the PATH on preferences section. can you try...
Just to clarify, are you looking for a list of all actions that are being performed by the user for historical reasons? e.g: - create a deployment x on namespace...