Skip to content

Commit

Permalink
Merge pull request #63 from patoarvizu/upgrade_k3d
Browse files Browse the repository at this point in the history
Upgrade k3d
  • Loading branch information
patoarvizu authored Jul 31, 2020
2 parents 0479af6 + 93c109a commit 4775322
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
machine:
enabled: true
image: circleci/classic:201808-01
image: ubuntu-1604:202007-01
environment:
OPERATOR_SDK_VERSION: 0.15.2
GOPATH: /home/circleci/go
Expand Down Expand Up @@ -49,17 +49,17 @@ jobs:
- run:
name: Install k3d
command: |
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v1.6.0 bash
wget -q -O - https://raw.githubusercontent.com/rancher/k3d/main/install.sh | TAG=v3.0.0 bash
- save_cache:
key: kms-vault-operator-golang-cache-{{ checksum "go.sum" }}
paths:
- /home/circleci/go/pkg/mod/cache
- run:
name: Run all tests
command: |
k3d create --publish 8200:30028 --image rancher/k3s:v1.0.0 -t=0
export KUBECONFIG="$(k3d get-kubeconfig)"
k3d import-images patoarvizu/kms-vault-operator:latest
export KUBECONFIG=~/.k3d/k3s-default-config
k3d cluster create --image rancher/k3s:v1.0.0 --port 8200:30028@server[0] --wait
k3d image import patoarvizu/kms-vault-operator:latest
kubectl apply -f https://raw.githubusercontent.com/patoarvizu/common-manifests/master/prometheus-operator/crds.yaml
kubectl apply -f https://raw.githubusercontent.com/patoarvizu/common-manifests/master/vault/vault-operator.yaml
kubectl apply -f https://raw.githubusercontent.com/patoarvizu/common-manifests/master/cert-manager/cert-manager-v0.14.1.yaml
Expand Down

0 comments on commit 4775322

Please sign in to comment.