Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
CONF
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UvA
CONF
Commits
6ce0e1cb
Commit
6ce0e1cb
authored
7 years ago
by
Oceans
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
kubernetes
parent
f3006988
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
docker_kubernetes.sh
drip-deployer/docker_kubernetes.sh
+2
-1
No files found.
drip-deployer/docker_kubernetes.sh
View file @
6ce0e1cb
#! /bin/bash
sudo
apt-get update
&&
apt-get
install
-y
apt-transport-https
sudo
curl
-s
https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add -
echo
"deb http://apt.kubernetes.io/ kubernetes-xenial main"
|
sudo tee
/etc/apt/sources.list.d/kubernetes.list
sudo
apt-get update
sudo
apt-get
install
-y
docker
.io
sudo
apt-get
install
-y
docker
-engine
sudo
apt-get
install
-y
kubelet kubeadm kubectl kubernetes-cni
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment