nicoclau

Results 15 comments of nicoclau

I tried with Minikube and still to no avail :( ``` kubectl get --raw /api/v1/nodes/minikube/proxy/stats/summary { "node": { "nodeName": "minikube", "systemContainers": [ { "name": "kubelet", "startTime": "2022-10-06T15:56:01Z", "cpu": { "time":...

It was necessary for k8s lower than 1.18, not anymore. kubectl run only creates pods. For deployment do kubectl create deployment.

Try this version `npm install @nosferatu500/react-sortable-tree --save`

I made it work but it was really not natural. I had to use getDerivedStateFromProps to check the state and props values. This method is rarely used and can help...