Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
KubernetesClusterSetup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
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
Helmut Hutzler
KubernetesClusterSetup
Commits
71c06143
Commit
71c06143
authored
2 years ago
by
Helmut Hutzler
Browse files
Options
Downloads
Patches
Plain Diff
provide DNS tools like nslookup
parent
e888e9e4
Branches
master
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
UTILS/deploy-dns-utils.yaml
+14
-0
14 additions, 0 deletions
UTILS/deploy-dns-utils.yaml
UTILS/install-dns-util.sh
+9
-0
9 additions, 0 deletions
UTILS/install-dns-util.sh
with
23 additions
and
0 deletions
UTILS/deploy-dns-utils.yaml
0 → 100644
+
14
−
0
View file @
71c06143
apiVersion
:
v1
kind
:
Pod
metadata
:
name
:
dnsutils
namespace
:
dns-utils
spec
:
containers
:
-
name
:
dnsutils
image
:
gcr.io/kubernetes-e2e-test-images/dnsutils:1.3
command
:
-
sleep
-
"
3600"
imagePullPolicy
:
IfNotPresent
restartPolicy
:
Always
This diff is collapsed.
Click to expand it.
UTILS/install-dns-util.sh
0 → 100755
+
9
−
0
View file @
71c06143
#/bin/bash
kubectl delete namespace dns-utils
kubectl create namespace dns-utils
kubectl
-n
dns-utils apply
-f
deploy-dns-utils.yaml
sleep
5
kubectl
-n
dns-utils get all
kubectl
-n
dns-utils
exec
-ti
dnsutils
--
nslookup kube-master
kubectl
-n
gitlab-runner get svc
kubectl
-n
dns-utils
exec
-ti
dnsutils
--
nslookup minio.gitlab-runner.svc.cluster.local
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