python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Not able access the application running with skaffold and docker desktop on WSL 2
Not able to access the node js application I am running inside the K8s cluster with docker desktop. Below are the Objects
Skaffold Config:
apiVersion: skaffold/v2beta26
kind: Config
deploy:
kubectl:...

harish durga
Votes: 0
Answers: 1
How can I get Skaffold to list which files have changed when it detects a change?
After running skaffold dev skaffold enters a continuous rebuilding loop. On the assumption that the rebuild is being triggered by a file change I would like to figure out which file is being changed.
...
Ian Danforth
Votes: 0
Answers: 1
Skaffold Yaml Volume Format
I have a skaffold yaml using v2beta26 api schema. In this config I'm trying to define my buildpack configuration like this:
apiVersion: skaffold/v2beta26
kind: Config
metadata:
name: service
build:
...
JustinCoded
Votes: 0
Answers: 1
Skaffold Error: deployment failed because of cleaning up
I have tried so many times to run skaffold from my project directory. It keeps me returning the same error: 1/1 deployment(s) failed
Skaffold.yaml file:
apiVersion: skaffold/v2alpha3
kind: Config
dep...

Toufiqur Rahman
Votes: 0
Answers: 1