Compare commits

...

3 Commits
0.0.4 ... main

Author SHA1 Message Date
67c8a44389
pal pal 2024-04-02 14:34:33 +01:00
4444735e81
Change DNS config setup 2024-04-02 14:05:10 +01:00
62f3d4f7fd
Add DNS and ca-certificates 2024-04-02 14:00:09 +01:00

View File

@ -11,10 +11,13 @@ outputs:
k8s-config-path:
description: "The location of the stored kubeconfig file. You can use this through the KUBECONFIG variable to kubectl calls."
value: /opt/kube/config
http-proxy:
description: "The URL of the HTTP proxy created by Tailscale"
value: "http://localhost:1055"
runs:
using: composite
steps:
- run: apk add tailscale kubectl bash curl
- run: apk add tailscale kubectl bash curl ca-certificates
name: Install dependencies
shell: sh
- name: Create kube directory