UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • big-bang/bigbang
  • joshwolf/umbrella
  • 90-cos/iac/bigbang
  • cbrechbuhl/bigbang
  • runyontr/bigbang-core
  • snekcode/bigbang
  • michael.mendez/bigbang
  • daniel.dides/bigbang
  • ryan.j.garcia/rjgbigbang
  • nicole.dupree/bigbang
10 results
Show changes
Commits on Source (6)
......@@ -560,7 +560,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio.git
path: "./chart"
tag: "4.2.3-bb.2"
tag: "4.2.3-bb.3"
# -- Flux reconciliation overrides specifically for the Minio Package
flux: {}
......@@ -1031,7 +1031,7 @@ addons:
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/cluster-utilities/velero.git
path: "./chart"
tag: "2.23.6-bb.1"
tag: "2.23.6-bb.2"
# -- Flux reconciliation overrides specifically for the Velero Package
flux: {}
......
......@@ -32,8 +32,12 @@ The instance will automatically terminate in the middle of the night at 08:00 UT
```
1. Install jq
Follow jq installation instructions for your workstation operating system.
<https://stedolan.github.io/jq/download/>
Follow jq installation instructions for your workstation operating system.
https://stedolan.github.io/jq/download/
1. Mac users will need to install the GNU version of the sed command.
https://medium.com/@bramblexu/install-gnu-sed-on-mac-os-and-set-it-as-default-7c17ef1b8f64
# Usage
......@@ -54,7 +58,7 @@ k3d-dev.sh -b -p -m -d -h
# Troubleshooting
1. If you are on a Mac insure that you have GNU sed command installed. Otherwise you will see this error
1. If you are on a Mac insure that you have GNU sed command installed. Otherwise you will see this error and the kubeconfig will not be updated with the IP from the instance.
```
copy kubeconfig
config 100% 3019 72.9KB/s 00:00
......
......@@ -151,9 +151,12 @@ InstanceType="${InstSize}"
VolumeSize=120
# Lookup the image name to find the latest version
echo -n Retrieving latest image ID matching ${AMIName} ...
ImageId=$(aws ec2 describe-images --output json --no-cli-pager --filters "Name=name,Values=${AMIName}" --query "reverse(sort_by(Images, &CreationDate))[:1].ImageId" --output text)
echo done
# echo -n Retrieving latest image ID matching ${AMIName} ...
# ImageId=$(aws ec2 describe-images --output json --no-cli-pager --filters "Name=name,Values=${AMIName}" --query "reverse(sort_by(Images, &CreationDate))[:1].ImageId" --output text)
#echo done
# Hardcode the latest image instead of searching for it to avoid unexpected changes
echo Using AMI image id ami-84556de5
ImageId=ami-84556de5
# Create the launch spec
echo -n Creating launch_spec.json ...
......
......@@ -690,9 +690,10 @@ addons:
fsGroup: 1001
bbtests:
# TODO: Seems like a timing issue with BB CI
# There have been intermittent failures of the tests in the past. The issue is tracked in the below issue.
# https://repo1.dso.mil/platform-one/big-bang/apps/application-utilities/minio/-/issues/7
enabled: false
# This issue can be reopened if problems reappear.
enabled: true
cypress:
artifacts: true
envs:
......@@ -926,4 +927,4 @@ addons:
- name: tlskey
mountPath: /etc/x509/https/tls.key
subPath: tls.key
readOnly: true
\ No newline at end of file
readOnly: true