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
00dfcf4a
authored
2022-06-21 16:17:52 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Istio can now be installed via helm, don't need to use the operator.
1 parent
a16049a7
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
scripts/start-docker.sh
scripts/start-docker.sh
View file @
00dfcf4
...
...
@@ -35,7 +35,7 @@ docker-compose -f "$TOP_DIR/docker-compose.yaml" up -d k3s-master-2 k3s-master-3
#docker-compose -f "$TOP_DIR/docker-compose.yaml" up -d k3s-proxy
[[
${
features
[istio]
}
]]
&&
istioctl install -yf
"
$TOP_DIR
/istio-minimal-operator.yaml"
#
[[ ${features[istio]} ]] && istioctl install -yf "$TOP_DIR/istio-minimal-operator.yaml"
cd
"
$TOP_DIR
"
...
...
Please
register
or
sign in
to post a comment