Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k3s-apiserver
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
1a2e0129
authored
2022-07-20 16:14:48 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add local-path-provisioner(shared) volume.
1 parent
379971af
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
docker-compose.yaml
docker-compose.yaml
View file @
1a2e012
...
...
@@ -103,6 +103,7 @@ x-k3s-agent-base: &_x-k3s-agent-base
-
*_x-root-cert-volume
-
*_x-kubelet-volume
-
server:/var/lib/rancher/k3s/server:ro
-
local-path-provisioner:/opt/local-path-provisioner
privileged
:
true
restart
:
always
networks
:
...
...
@@ -234,4 +235,5 @@ volumes:
etcd3-data
:
server
:
{}
output
:
{}
local-path-provisioner
:
...
...
Please
register
or
sign in
to post a comment