UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Bb 694 1 - dont merge

Closed evan.rush requested to merge BB-694-1 into master
1 file
+ 7
1
Compare changes
  • Side-by-side
  • Inline
+ 7
1
@@ -11,6 +11,7 @@ workflow:
include:
- project: 'platform-one/big-bang/pipeline-templates/umbrella-templates'
ref: 'BB-694-1'
file: '/global.gitlab-ci.yml'
stages:
@@ -219,7 +220,12 @@ aws/rke2/bigbang test:
artifacts: true
- job: aws/rke2/bigbang up
script:
- echo "tests go here"
- kubectl get all -A
- kubectl describe gateway main -n istio-system
- kubectl get gateway main -n istio-system
- kubectl get gateway main -n istio-system -o yaml
- kubectl get service -n istio-system
- kubectl get service istio-ingressgateway -n istio-system -o yaml
# Uninstall BigBang on RKE2 cluster on AWS
aws/rke2/bigbang down:
Loading