Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
k8s-install
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Wen Wei Li
k8s-install
Commits
afbbd67b
Commit
afbbd67b
authored
Aug 27, 2024
by
Wen Wei Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
rewrite crio installation
parent
62a2ca27
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
5 deletions
+10
-5
k8s-install.sh
k8s-install.sh
+10
-5
No files found.
k8s-install.sh
View file @
afbbd67b
...
...
@@ -74,16 +74,21 @@ eval "DEBIAN_FRONTEND=noninteractive apt install -y -t buster-backports libsecco
export
OS
=
xUbuntu_22.04
export
VERSION
=
1.28
echo
"deb [signed-by=/usr/share/keyrings/libcontainers-archive-keyring.gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/
${
OS
}
/ /"
|
sudo tee
/etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
echo
"deb [signed-by=/usr/share/keyrings/libcontainers-crio-
${
VERSION
}
-archive-keyring.gpg] https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:/cri-o:/
${
VERSION
}
/
${
OS
}
/ /"
|
sudo tee
/etc/apt/sources.list.d/devel:kubic:libcontainers:stable:cri-o:
${
VERSION
}
.list
echo
"deb [signed-by=/usr/share/keyrings/libcontainers-archive-keyring.gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/
$OS
/ /"
>
/etc/apt/sources.list.d/devel:kubic:libcontainers:stable.list
echo
"deb [signed-by=/usr/share/keyrings/libcontainers-crio-archive-keyring.gpg] https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/
$VERSION
/
$OS
/ /"
>
/etc/apt/sources.list.d/devel:kubic:libcontainers:stable:cri-o:
$VERSION
.list
mkdir
-p
/usr/share/keyrings
eval
"curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/
$OS
/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers-archive-keyring.gpg"
#eval "curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable/$OS/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers-archive-keyring.gpg"
eval
"curl -L https://download.opensuse.org/repositories/devel:kubic:libcontainers:stable:/cri-o:/
${
VERSION
}
/
${
OS
}
/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers-crio-
${
VERSION
}
-archive-keyring.gpg"
eval
"curl -L https://download.opensuse.org/repositories/devel:kubic:libcontainers:/stable/
${
OS
}
/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers-archive-keyring.gpg"
# Update the package list and install CRI-O
eval
"curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/
$VERSION
/
$OS
/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers-crio-archive-keyring.gpg"
#
eval "curl -L https://download.opensuse.org/repositories/devel:/kubic:/libcontainers:/stable:/cri-o:/$VERSION/$OS/Release.key | gpg --dearmor -o /usr/share/keyrings/libcontainers-crio-archive-keyring.gpg"
# install cri-o
...
...
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