Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Tke
Commits
79566460
Commit
79566460
authored
5 years ago
by
QianChenglong
Browse files
Options
Download
Email Patches
Plain Diff
release v1.0.1
parent
2cf65adb
master
add-ipv6-doc
addon-recap
dev-api-1.19.7
fix-63s-delay
fix-dev
github_env_test
huxiaoliang-patch-1
industry-cloud-1.9
listai-bug-fix
manual_trigger_workflow
mcm
refactor/helm
refactor_monitor
release-1.0
release-1.1
release-1.2
release-1.3
release-1.4
release-1.5
release-1.6
release-1.7
release-1.8
release-1.9
revert-1247-add-registered-cluster
revert-1394-feat/enable-container-runtime
revert-1751-ingress-version
revert-651-build-update-project-roles
support-cilium
support-containerd-design
test
test_etcd_image
v1.9.0
v1.8.1
v1.8.0
v1.7.1
v1.7.0
v1.6.0
v1.5.1
v1.5.0
v1.4.0
v1.3.2
v1.3.1
v1.3.0
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
v1.1.0
v1.0.1
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
README.md
+1
-1
README.md
docs/user/tke-installer/installing-offline.md
+2
-2
docs/user/tke-installer/installing-offline.md
docs/user/tke-installer/introduction.md
+2
-2
docs/user/tke-installer/introduction.md
docs/user/tke-installer/normal-installation.md
+1
-1
docs/user/tke-installer/normal-installation.md
with
6 additions
and
6 deletions
+6
-6
README.md
+
1
-
1
View file @
79566460
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
TKEStack use tke-installer tool to deploy.
[
refer
](
docs/user/tke-installer/normal-installation.md
)
TKEStack use tke-installer tool to deploy.
[
refer
](
docs/user/tke-installer/normal-installation.md
)
```
```
version=v1.0.
0
&& wget https://tke-release-1251707795.cos.ap-guangzhou.myqcloud.com/tke-installer-x86_64-$version.run{,.sha256} && sha256sum --check --status tke-installer-x86_64-$version.run.sha256 && chmod +x tke-installer-x86_64-$version.run && ./tke-installer-x86_64-$version.run
version=v1.0.
1
&& wget https://tke-release-1251707795.cos.ap-guangzhou.myqcloud.com/tke-installer-x86_64-$version.run{,.sha256} && sha256sum --check --status tke-installer-x86_64-$version.run.sha256 && chmod +x tke-installer-x86_64-$version.run && ./tke-installer-x86_64-$version.run
```
```
## Architecture
## Architecture
...
...
This diff is collapsed.
Click to expand it.
docs/user/tke-installer/installing-offline.md
+
2
-
2
View file @
79566460
1.
Download the installation package with a network-connectable machine.
1.
Download the installation package with a network-connectable machine.
version=v1.0.
0
&& wget https://tke-release-1251707795.cos.ap-guangzhou.myqcloud.com/tke-installer-x86_64-$version.run{,.sha256}
version=v1.0.
1
&& wget https://tke-release-1251707795.cos.ap-guangzhou.myqcloud.com/tke-installer-x86_64-$version.run{,.sha256}
2.
Upload to a machine(A) in the target environment through tools such as rz or scp.
2.
Upload to a machine(A) in the target environment through tools such as rz or scp.
3.
Run the installation package in the machine(A).
3.
Run the installation package in the machine(A).
version=v1.0.
0
&& sha256sum --check --status tke-installer-x86_64-$version.run.sha256 && chmod +x tke-installer-x86_64-$version.run && ./tke-installer-x86_64-$version.run
version=v1.0.
1
&& sha256sum --check --status tke-installer-x86_64-$version.run.sha256 && chmod +x tke-installer-x86_64-$version.run && ./tke-installer-x86_64-$version.run
4.
The remaining reference installation steps.
4.
The remaining reference installation steps.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
docs/user/tke-installer/introduction.md
+
2
-
2
View file @
79566460
...
@@ -157,7 +157,7 @@ Flags:
...
@@ -157,7 +157,7 @@ Flags:
Installer run in ui mode by default, provide a user-friendly visual installation interface.
Installer run in ui mode by default, provide a user-friendly visual installation interface.
Command line mode can be enabled through no-ui, which facilitates automated installation for advanced users.
Command line mode can be enabled through no-ui, which facilitates automated installation for advanced users.
Config should provide though an json file(`/opt/tke-insatller/conf/tke.json`) and should rerun tke-installer container.
Config should provide though an json file(`/opt/tke-insatller/conf/tke.json`) and should rerun tke-installer container.
`version=v1.0.
0
&& docker run --name tke-installer -d --privileged --net=host -v/etc/hosts:/app/hosts -v/etc/docker:/etc/docker -v/var/run/docker.sock:/var/run/docker.sock -v$DATA_DIR:/app/data -v$INSTALL_DIR/conf:/app/conf --entrypoint="/app/bin/tke-installer --no-ui" tkestack/tke-installer:$version`
`version=v1.0.
1
&& docker run --name tke-installer -d --privileged --net=host -v/etc/hosts:/app/hosts -v/etc/docker:/etc/docker -v/var/run/docker.sock:/var/run/docker.sock -v$DATA_DIR:/app/data -v$INSTALL_DIR/conf:/app/conf --entrypoint="/app/bin/tke-installer --no-ui" tkestack/tke-installer:$version`
[Configuration file format](./installer-config.md)
[Configuration file format](./installer-config.md)
5.
How to automate custom logic or integrate your own deployment?
5.
How to automate custom logic or integrate your own deployment?
...
@@ -171,4 +171,4 @@ Flags:
...
@@ -171,4 +171,4 @@ Flags:
If you want to automate integration hooks, you can modify the container creation parameters of tke-installer.
If you want to automate integration hooks, you can modify the container creation parameters of tke-installer.
Assuming your hook has been placed in `/opt/tke-installer/hooks`, You should rerun tke-installer container.
Assuming your hook has been placed in `/opt/tke-installer/hooks`, You should rerun tke-installer container.
`version=v1.0.
0
&& hooks=/opt/tke-installer/hooks && docker run --name tke-installer -d --privileged --net=host -v/etc/hosts:/app/hosts -v/etc/docker:/etc/docker -v/var/run/docker.sock:/var/run/docker.sock -v$DATA_DIR:/app/data -v$INSTALL_DIR/conf:/app/conf -v$hooks:/app/hooks tkestack/tke-installer:$version`
`version=v1.0.
1
&& hooks=/opt/tke-installer/hooks && docker run --name tke-installer -d --privileged --net=host -v/etc/hosts:/app/hosts -v/etc/docker:/etc/docker -v/var/run/docker.sock:/var/run/docker.sock -v$DATA_DIR:/app/data -v$INSTALL_DIR/conf:/app/conf -v$hooks:/app/hooks tkestack/tke-installer:$version`
This diff is collapsed.
Click to expand it.
docs/user/tke-installer/normal-installation.md
+
1
-
1
View file @
79566460
...
@@ -33,7 +33,7 @@ TKEStack is tested on the following operating system:
...
@@ -33,7 +33,7 @@ TKEStack is tested on the following operating system:
First Log in to your Linux host and install tke-installer via this command:
First Log in to your Linux host and install tke-installer via this command:
version=v1.0.
0
&& wget https://tke-release-1251707795.cos.ap-guangzhou.myqcloud.com/tke-installer-x86_64-$version.run{,.sha256} && sha256sum --check --status tke-installer-x86_64-$version.run.sha256 && chmod +x tke-installer-x86_64-$version.run && ./tke-installer-x86_64-$version.run
version=v1.0.
1
&& wget https://tke-release-1251707795.cos.ap-guangzhou.myqcloud.com/tke-installer-x86_64-$version.run{,.sha256} && sha256sum --check --status tke-installer-x86_64-$version.run.sha256 && chmod +x tke-installer-x86_64-$version.run && ./tke-installer-x86_64-$version.run
> Note: this command can be found at [TKEStack Release](https://github.com/tkestack/tke/releases)
> Note: this command can be found at [TKEStack Release](https://github.com/tkestack/tke/releases)
>
>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
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
Menu
Projects
Groups
Snippets
Help