Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
OpenStack Examples
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Clemens Hahn
OpenStack Examples
Commits
b7b04e7d
Commit
b7b04e7d
authored
4 years ago
by
Clemens Hahn
Browse files
Options
Downloads
Patches
Plain Diff
compatible node-versions
parent
90e81cef
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kubernetes/k8s-setup-ubuntu.sh
+2
-0
2 additions, 0 deletions
kubernetes/k8s-setup-ubuntu.sh
with
2 additions
and
0 deletions
kubernetes/k8s-setup-ubuntu.sh
+
2
−
0
View file @
b7b04e7d
...
@@ -23,6 +23,8 @@ EOF
...
@@ -23,6 +23,8 @@ EOF
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
add-apt-repository
"deb [arch=amd64] https://apt.kubernetes.io/ kubernetes-xenial main"
add-apt-repository
"deb [arch=amd64] https://apt.kubernetes.io/ kubernetes-xenial main"
# compatible versions of cluster needed!
# apt-get install kubeadm=1.18.15-00 kubelet=1.18.15-00 kubectl=1.18.15-00
apt-get
install
-y
kubelet kubeadm kubectl
apt-get
install
-y
kubelet kubeadm kubectl
apt-mark hold kubelet kubeadm kubectl
apt-mark hold kubelet kubeadm kubectl
...
...
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