UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bigbang
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Currently supported Big Bang Version is 2.51
Show more breadcrumbs
Big Bang
bigbang
Merge requests
!5324
Adjusted k3d-dev.sh instructions output to reflect new procedure
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Adjusted k3d-dev.sh instructions output to reflect new procedure
fix-k3d-setup-instructions
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Brian Jackson
requested to merge
fix-k3d-setup-instructions
into
master
5 months ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Package Merge Request
Package Changes
N/A
Package MR
N/A
For Issue
#2396 (closed)
Upgrade Notices
N/A
Edited
5 months ago
by
Brian Jackson
1
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c0c306b3
1 commit,
5 months ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/assets/scripts/developer/k3d-dev.sh
+
1
−
1
Options
@@ -747,7 +747,7 @@ ENDSSH
echo
" ssh -i ~/.ssh/
${
KeyName
}
.pem -o IdentitiesOnly=yes ubuntu@
${
PublicIP
}
"
echo
echo
"To use kubectl from your local workstation you must set the KUBECONFIG environment variable:"
echo
" export KUBECONFIG=~/.kube/
${
AWSUSERNAME
}
-dev-config"
echo
" export KUBECONFIG=~/.kube/
${
AWSUSERNAME
}
-dev-
${
PROJECTTAG
}
-
config"
if
[[
"
$PRIVATE_IP
"
==
true
]]
then
echo
"The cluster connection will not work until you start sshuttle as described below."
Loading