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
小 白蛋
Mizu
Commits
ba361df7
Unverified
Commit
ba361df7
authored
2 years ago
by
Igor Gov
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Mizu install should be namespace aware (#1141)
parent
1f70eab0
ui/with-loading
TRA-4579_Fix_acceptance_test_of_right_panel_checkboxes
TRA-4602_Timeline_bars_to_traffic_statistics
TRA-4612_Traffic_stats_add_time_range_filter
debug/triggering_tcp_kprobe_with_go
example-limiting
feat/accumulative-stats
feat/accumulative-stats-with-time-frame
feat/add-nginx
feat/add-protocols-to-the-endpoint
feat/add-timing-endpoint-for-stats
feat/afpacket
feat/amqp-req-res-matcher
feat/bfl-syntax-highlighting
feat/ebpf-arm64
feat/ebpf-go-abi0
feat/improve-go-tls-address-availability
feat/merge-stats-endpoints-and-add-auto-interval
feat/reply-http-endpoint
feature/TRA-4602_Traffic_statistics
feature/TRA-4622_Remove_rules_feature_UI
feature/close-gopacket-conn-immediately
feature/improve_tls_info_with_kprobes
feature/remove_contract
feature/remove_duplicate_data
feature/remove_redundant_field
feature/remove_rules
feature/throttling-by-live-streams
fix/add-tests-for-buckets-statistics
fix/add-timing-params-to-stats-endpoint
fix/amqp-nil-response-payload
fix/go-ebpf-arm64
fix/go-ebpf-log-level
fix/some-golang-inspection-solutions
main
master
move_general_functions_from_timeline_stats_to_helpers
task/delete-ebpf-object-files
ui/-download-request-replay
ui/-replay-phase-2
ui/mizu-ui-style-lint
ui/replay-mizu-requests
37.0
37.0-dev2
37.0-dev1
37.0-dev0
36.0
36.0-dev27
36.0-dev26
36.0-dev25
36.0-dev24
36.0-dev23
36.0-dev22
36.0-dev21
36.0-dev20
36.0-dev19
36.0-dev18
36.0-dev17
36.0-dev16
36.0-dev15
36.0-dev14
36.0-dev13
36.0-dev12
36.0-dev11
36.0-dev10
36.0-dev9
36.0-dev8
36.0-dev7
36.0-dev6
36.0-dev5
36.0-dev4
36.0-dev3
36.0-dev2
36.0-dev1
36.0-dev0
35.1
35.0
35.0-dev22
35.0-dev21
35.0-dev20
35.0-dev19
35.0-dev18
35.0-dev17
35.0-dev16
35.0-dev15
35.0-dev14
35.0-dev13
35.0-dev12
35.0-dev11
35.0-dev10
35.0-dev9
35.0-dev8
35.0-dev7
35.0-dev6
35.0-dev5
35.0-dev4
35.0-dev3
35.0-dev2
35.0-dev1
35.0-dev0
34.0
34.0-dev14
34.0-dev13
34.0-dev12
34.0-dev11
34.0-dev10
34.0-dev9
34.0-dev8
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cli/cmd/installRunner.go
+1
-1
cli/cmd/installRunner.go
with
1 addition
and
1 deletion
+1
-1
cli/cmd/installRunner.go
+
1
-
1
View file @
ba361df7
...
...
@@ -25,7 +25,7 @@ func runMizuInstall() {
var
sb
strings
.
Builder
sb
.
WriteString
(
"Hello! This command can be used to install Mizu Pro edition on your Kubernetes cluster."
)
sb
.
WriteString
(
"
\n
Please run:"
)
sb
.
WriteString
(
"
\n\t
mizu install -o | kubectl apply -f -"
)
sb
.
WriteString
(
"
\n\t
mizu install -o | kubectl apply
-n mizu
-f -"
)
sb
.
WriteString
(
"
\n\n
or use helm chart as described in https://getmizu.io/docs/installing-mizu/centralized-installation
\n
"
)
fmt
.
Print
(
sb
.
String
())
...
...
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