eliassal
eliassal
@awanlin j flag is not recognized 
The VM has 2 CPUS and 6Gig of RAM. Anyway, I am a little bit lost, fresh setup so what I need to do now?
@awanlin some good news. -j by itself generated an errort, I needed to add -j 2, I saw an error that it was using node 22 not 20 as expected...
@awanlin , I opened a new terminal, checked the node version the default was 22, ran npx @backstage/create-app@latest it did not go through as you can see in the output:...
@benjdlambert I did adn npx create went through but when I issued "yarn dev" I go the following erros (but tell me please why when I switvhed to node 20...
Yes I think here is a snapshot of the config file in my .kube folder 
Here is the output for the command ``` sudo kubectl apply -f kube-flannel.yml --validate=false E1112 18:13:46.123903 4046049 memcache.go:265] couldn't get current server API group list: Get "http://localhost:8080/api?timeout=32s": dial tcp 127.0.0.1:8080:...
When I issue the command `kubectl get pods --all-namespaces` I see that the api server is up and running ``` NAMESPACE NAME READY STATUS RESTARTS AGE kube-system coredns-55cb58b774-pgmk2 0/1 ContainerCreating...
OK, do you have an idea how to make it possible without sudo as I always get " need root privilege" when I run without sudo
Yes, this chmod did the job and I was able to run kubectl without sudo, here is the ouput, is it the correct bahavior? ``` namespace/kube-flannel created serviceaccount/flannel created clusterrole.rbac.authorization.k8s.io/flannel...