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
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 @@
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
...
...
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.
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.
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.
\ 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:
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.
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)
5.
How to automate custom logic or integrate your own deployment?
...
...
@@ -171,4 +171,4 @@ Flags:
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.
`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:
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)
>
...
...
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