adamant-kite-43734
04/03/2023, 8:16 PMproud-parrot-81193
04/03/2023, 8:17 PMproud-parrot-81193
04/03/2023, 8:19 PMproud-parrot-81193
04/03/2023, 8:26 PMproud-parrot-81193
04/03/2023, 8:30 PMproud-parrot-81193
04/03/2023, 8:52 PMnerdctl then I've done Factory Reset , after that I've chose my Ubuntu-20.04proud-parrot-81193
04/03/2023, 8:54 PMnerdctl , then it did not find itproud-parrot-81193
04/03/2023, 9:00 PMproud-parrot-81193
04/03/2023, 9:01 PMproud-parrot-81193
04/03/2023, 9:04 PMproud-parrot-81193
04/03/2023, 9:05 PMproud-parrot-81193
04/03/2023, 9:14 PMproud-parrot-81193
04/03/2023, 9:14 PMproud-parrot-81193
04/03/2023, 9:15 PMproud-parrot-81193
04/03/2023, 9:18 PMproud-parrot-81193
04/03/2023, 9:18 PMdevspace (which it works on docker desktop)proud-parrot-81193
04/03/2023, 9:19 PM❯ devspace -n local-dev dev
info Using namespace 'local-dev'
info Using kube context 'rancher-desktop'
info Created namespace: local-dev
deploy:app Deploying chart k8s/fe-softwaredev-expert (app) with helm...
deploy:app Deployed helm chart (Release revision: 1)
deploy:app Successfully deployed app with helm
dev:app Waiting for pod to become ready...
dev:app DevSpace is waiting, because Pod app-fe-softwaredev-expert-devspace-7766cbcb69-qlp7s has status: ContainerCreating
dev:app DevSpace is waiting, because Pod app-fe-softwaredev-expert-devspace-7766cbcb69-qlp7s has status: ContainerCreating
dev:app Selected pod app-fe-softwaredev-expert-devspace-7766cbcb69-qlp7s
dev:app open  Opening '<http://localhost:3000>' as soon as application will be started
dev:app ports Port forwarding started on: 3000 -> 3000
dev:app sync  Sync started on: ./ <-> ./
dev:app sync  Waiting for initial sync to complete
dev:app sync  Initial sync completed
dev:app ssh   Port forwarding started on: 10635 -> 8022
dev:app proxy Port forwarding started on: 10406 <- 10567
dev:app ssh   Use 'ssh app.fe-softwaredevexpertgit.devspace' to connect via SSH
dev:app term  Opening shell to fe-softwaredev-expert:app-fe-softwaredev-expert-devspace-7766cbcb69-qlp7s (pod:container)
Installing NPM Dependencies
added 342 packages, removed 18 packages, changed 1 package, and audited 344 packages in 12s
28 packages are looking for funding
  run `npm fund` for details
found 0 vulnerabilities
npm notice
npm notice New major version of npm available! 8.19.3 -> 9.6.3
npm notice Changelog: <https://github.com/npm/cli/releases/tag/v9.6.3>
npm notice Run npm install -g npm@9.6.3 to update!
npm notice
     %########%
     %###########%       ____                 _____
         %#########%    |  _ \   ___ __   __ / ___/  ____    ____   ____ ___
         %#########%    | | | | / _ \\ \ / / \___ \ |  _ \  / _  | / __// _ \
     %#############%    | |_| |(  __/ \ V /  ____) )| |_) )( (_| |( (__(  __/
     %#############%    |____/  \___|  \_/   \____/ |  __/  \__,_| \___\\___|
 %###############%                                  |_|
 %###########%
Welcome to your development container!
This is how you can work with it:
- Files will be synchronized between your local machine and this container
- Some ports will be forwarded, so you can access this container via localhost
- Run `npm start` to start the application
devspace ./app # npm run dev
> dev
> solid-start dev
 solid-start dev
 version  0.2.24
 adapter  node
  VITE v4.2.1  ready in 1080 ms
  ➜  Local:   <http://localhost:3000/>
  ➜  Network: use --host to expose
  ➜  Inspect: <http://localhost:3000/__inspect/>
  ➜  press h to show help
  ➜  Page Routes:
     ┌─ <http://localhost:3000/*404>
     ├─ <http://localhost:3000/blog>
     ├─ <http://localhost:3000/>
     └─ <http://localhost:3000/users>
  ➜  API Routes:
     None! 👻
  > Server modules:
   <http://localhost:3000/_m/*>proud-parrot-81193
04/03/2023, 9:19 PMproud-parrot-81193
04/03/2023, 9:20 PMproud-parrot-81193
04/04/2023, 11:35 AMproud-parrot-81193
04/04/2023, 4:00 PMproud-parrot-81193
04/04/2023, 4:01 PMnerdctl -n <http://k8s.io|k8s.io> pull nginx:stable-alpine-slimproud-parrot-81193
04/04/2023, 4:01 PMtesting namespaceproud-parrot-81193
04/04/2023, 4:02 PMkubectl create namespace testingproud-parrot-81193
04/04/2023, 4:03 PMkubectl run myapp --image=nginx:stable-alpine-slim --image-pull-policy=Never --port 80 -n testingproud-parrot-81193
04/04/2023, 4:04 PMkubectl port-forward myapp 8085:80proud-parrot-81193
04/04/2023, 4:04 PMproud-parrot-81193
04/04/2023, 4:06 PMproud-parrot-81193
04/04/2023, 6:30 PMnerdctl run --rm -p 8083:3000 nginx:alpine (this worked for me in the messages above), but now it is not workingproud-parrot-81193
04/04/2023, 6:31 PMproud-parrot-81193
04/04/2023, 6:31 PMproud-parrot-81193
04/04/2023, 7:04 PMconnection refusedproud-parrot-81193
04/04/2023, 7:47 PMproud-parrot-81193
04/12/2023, 6:27 PMproud-parrot-81193
04/12/2023, 6:28 PM