-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add skaffold configuration for local development #194
Conversation
Signed-off-by: Jorge Aguilera <[email protected]>
README.md
Outdated
kubectl apply -f k8s/namespace-k3d.yml | ||
kubectl apply -f k8s/accounts-k3d.yml | ||
kubectl apply -f k8s/volumes-k3d.yml | ||
kubectl apply -f k8s/surrealdb-k3d.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we put skaffold related files into k8s/skaffold/
dir?
Signed-off-by: Jorge Aguilera <[email protected]>
k8s/dev/config-k3d.yml
Outdated
username: 'robot$developers' | ||
password: 'qAElA1YJ4J7ktb9qt3ChpgMRJ5Cy9BJ0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have SEQERA_CR_USERNAME
and SEQERA_CR_PASSWORD
for this
k8s/dev/cr-seqera-regcred.yml
Outdated
metadata: | ||
name: regcred | ||
data: | ||
.dockerconfigjson: eyJhdXRocyI6eyJjci5zZXFlcmEuaW8iOnsidXNlcm5hbWUiOiJyb2JvdCRkZXZlbG9wZXJzIiwicGFzc3dvcmQiOiJxQUVsQTFZSjRKN2t0YjlxdDNDaHBnTVJKNUN5OUJKMCIsImVtYWlsIjoiZGV2ZWxvcGVyc0BzZXFlcmEuaW8iLCJhdXRoIjoiY205aWIzUWtaR1YyWld4dmNHVnljenB4UVVWc1FURlpTalJLTjJ0MFlqbHhkRE5EYUhCblRWSktOVU41T1VKS01BPT0ifX19 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this needed to access cr.seqera.io right? Wonder if there's something more safe for it? tagging @enekui
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
at the end, as we are using a localhost:5000 registry it's not necessary. I'll remove it
Signed-off-by: Jorge Aguilera <[email protected]>
First configuration to run wave in a local cluster using k3d
Signed-off-by: Jorge Aguilera [email protected]