Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
geosphere-deploy
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cspp_geo
geosphere
geosphere-deploy
Commits
a2573592
Verified
Commit
a2573592
authored
4 years ago
by
David Hoese
Browse files
Options
Downloads
Patches
Plain Diff
Try debugging rabbitmq secret copy
parent
8ce33a87
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ci_geosphere/gitlab-ci.yaml
+1
-1
1 addition, 1 deletion
ci_geosphere/gitlab-ci.yaml
helpers/shell_aliases.sh
+5
-0
5 additions, 0 deletions
helpers/shell_aliases.sh
with
6 additions
and
1 deletion
ci_geosphere/gitlab-ci.yaml
+
1
−
1
View file @
a2573592
...
...
@@ -60,7 +60,7 @@ gs deploy rabbit:
-
cp ${kubekorner_k3s_config} .
-
kubeconfig=$(basename ${kubekorner_k3s_config})
-
|-
kubectl get secret --kubeconfig "${kubeconfig}" geosphere-rabbit-rabbitmq --namespace=geosphere -oyaml | grep -v '^\s*namespace:\s' | grep -v "[Hh]elm" | grep -v "[tT]ime" | grep -v "selfLink" | grep -v "uid" | grep -v "resourceVersion" | sed 's/ name: .*/ name: geosphere-rabbit-rabbitmq-production/' | kubectl apply --kubeconfig "${kubeconfig}" --namespace=geosphere-test -f -
kubectl
_noattach
get secret --kubeconfig "${kubeconfig}" geosphere-rabbit-rabbitmq --namespace=geosphere -oyaml | grep -v '^\s*namespace:\s' | grep -v "[Hh]elm" | grep -v "[tT]ime" | grep -v "selfLink" | grep -v "uid" | grep -v "resourceVersion" | sed 's/ name: .*/ name: geosphere-rabbit-rabbitmq-production/' | kubectl
_noattach
apply --kubeconfig "${kubeconfig}" --namespace=geosphere-test -f -
# this job doesn't actually need any artifacts from previous jobs
dependencies
:
[]
rules
:
...
...
This diff is collapsed.
Click to expand it.
helpers/shell_aliases.sh
+
5
−
0
View file @
a2573592
...
...
@@ -11,3 +11,8 @@ kubectl() {
docker run
-a
stdout
--rm
-v
$(
pwd
)
:/apps
-w
/apps alpine/k8s:1.18.2 kubectl
"
$@
"
}
export
-f
kubectl
kubectl_noattach
()
{
docker run
--rm
-v
$(
pwd
)
:/apps
-w
/apps alpine/k8s:1.18.2 kubectl
"
$@
"
}
export
-f
kubectl_noattach
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment