Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ jobs:
- name: "Test"
run: go test -v .

# - uses: actions/checkout@master
# - uses: engineerd/setup-kind@v0.4.0
# - name: Testing
# run: |
# kubectl cluster-info
# kubectl get pods -n kube-system
# echo "current-context:" $(kubectl config current-context)
# echo "environment-kubeconfig:" ${KUBECONFIG}
- uses: actions/checkout@master
- uses: engineerd/setup-kind@v0.4.0
- name: Testing
run: |
kubectl cluster-info
kubectl get pods -n kube-system
echo "current-context:" $(kubectl config current-context)
echo "environment-kubeconfig:" ${KUBECONFIG}

- name: "checkout csi driver"
uses: actions/checkout@master
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
A little "RESTful" Go kit microservice I built to learn a bit more about [Go kit](https://gokit.io)

Read more @ [coding.napolux.com](https://coding.napolux.com/how-to-write-a-microservice-in-go-with-go-kit/)
Small edit 2