Skip to content

Commit

Permalink
first commit -no switching
Browse files Browse the repository at this point in the history
deploy-full-local-setup

fix localtargets name in documentation

local playground passed

wait

deploy-gslb-operator-14

k8gb terratest, moving to makefile

terratest-pipeline fix #1

terratest-pipeline fix #2

terratest-pipeline fix #3

terratest-pipeline fix #4

terratest-pipeline fix #5

move stable repo location from 	https://kubernetes-charts.storage.googleapis.com to https://charts.helm.sh/stable
see: https://helm.sh/blog/new-location-stable-incubator-charts/

highlight large script sections

fix version

fix version #2

fix version #3

fix version #4

simplify release pipeline, move logic to Makefile

fix terratest by adding image-repo between deploy-local-cluster args

registry.sh #1

registry.sh; installing docker registry always in deploy-full-terratest-setup; remove registry.sh

remove full.sh, remove registry.sh

test; functionality, hide generate, controller gent, manifest

remove GOPATH guardian as GO terraform-test runs clean ubuntu image, no GOLANG image

refactor generate and manifest

move kustomize

run

manager

install

infoblox-secret

retreive version from shell , deploy

fix deploy, remove  kustomize udf

bundle

build-bundle, debug-local

docker-test-build-push

change git-last-commit-hash into shell COMMIT_HASH

lowercase comments

alphabetically sort targets

remove deploy, bundle, bundle-build

remove debug-local and create debug-local-idea instead

refactor debug-local-idea to debug-idea

refactor debug-local-idea to debug-idea
  • Loading branch information
kuritka committed Nov 13, 2020
1 parent c80727f commit 1d7a2aa
Show file tree
Hide file tree
Showing 5 changed files with 308 additions and 301 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/terratest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ jobs:
config: deploy/kind/cluster2-terratest.yaml
wait: 180s
- name: K8GB deployment
env:
NODE_ROLE: control-plane
TEST_CURRENT_COMMIT: yes
run: |
export VERSION=$(make version)
./deploy/full.sh
kubectl get pods -A
make use-second-context
kubectl get pods -A
run: make deploy-full-terratest-setup
- name: Terratest
run: make terratest
Loading

0 comments on commit 1d7a2aa

Please sign in to comment.