UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 0cd0fc26 authored by Micah Nagel's avatar Micah Nagel
Browse files

Merge branch 'ec2_private_ip_typo_fix' into 'master'

fix typo. EC2_PUBLIC_IP >> EC2_PRIVATE_IP in development-environment.md

Closes #123

See merge request platform-one/big-bang/bigbang!612
parents fcbd73d4 eb22a555
No related branches found
No related tags found
1 merge request!612fix typo. EC2_PUBLIC_IP >> EC2_PRIVATE_IP in development-environment.md
......@@ -204,7 +204,7 @@ k3d cluster create \
--volume /etc/machine-id:/etc/machine-id \
--k3s-server-arg "--disable=traefik" \
--k3s-server-arg "--disable=metrics-server" \
--k3s-server-arg "--tls-san=$EC2_PUBLIC_IP" \
--k3s-server-arg "--tls-san=$EC2_PRIVATE_IP" \
--port 80:80@loadbalancer \
--port 443:443@loadbalancer \
--api-port 6443
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment