Igor Gov
d18f1f8316
Tapped pods report via endpoint instead of web socket ( #164 )
2021-08-04 10:41:33 +03:00
Igor Gov
f9202900ee
No warning when mizu rbac exists ( #163 )
2021-08-04 08:41:00 +03:00
Igor Gov
9e34662511
Adding logs and fixing several issues ( #162 )
...
* Config grooming and several general fixes
2021-08-04 08:18:07 +03:00
RoyUP9
69a9deab4b
Feature/tra 3474 config refactor ( #155 )
2021-08-03 17:23:52 +03:00
RamiBerm
f9396e01ca
TRA-3415 ignore unready pods ( #160 )
...
* Update tapRunner.go and provider.go
* Update tapRunner.go
* Update tapRunner.go
* Update tapRunner.go
* Update tapRunner.go and provider.go
Co-authored-by: RamiBerm <rami.berman@up9.com >
2021-08-03 15:02:31 +03:00
Igor Gov
793bb97e51
Print Mizu URL only after the watched pods ( #156 )
...
* Print Mizu URL after the watched pods
2021-08-03 08:54:10 +03:00
gadotroee
8d8310ee02
Revert "feature/TRA_3427_demo_mode ( #150 )" ( #151 )
...
This reverts commit 71eff5ea04
.
2021-07-29 21:06:41 +03:00
Selton Fiuza
71eff5ea04
feature/TRA_3427_demo_mode ( #150 )
...
* Demo Mode MVP
* messages improve
* downloading based on the OS
* downloading based on the OS
* downloading based on the OS
* Modeler keep running
* A lot of revisions comes now
* Fix color
2021-07-28 14:50:15 -03:00
Igor Gov
ffa34039b1
Fix fetch telemetry report ( #145 )
2021-07-27 15:10:22 +03:00
nimrod-up9
d888706e1e
Show that the default answer to analysis prompt is yes. ( #144 )
2021-07-27 14:52:43 +03:00
Igor Gov
0566f63d72
Remove redundant '\n' at the end of each log ( #142 )
2021-07-27 13:10:40 +03:00
gadotroee
6d49339e29
Fix log to debug ( #139 )
2021-07-26 14:04:48 +03:00
gadotroee
58f0de4d4e
WriteFile fix( #138 )
2021-07-26 12:00:36 +03:00
gadotroee
f175480f65
Adding (basic) configuration ( #135 )
2021-07-26 11:23:35 +03:00
Igor Gov
f64ee23c74
Introducing new logger, logging debug to file and info to stderr ( #134 )
...
* Introducing new logger to file debug and info to stderr
2021-07-25 10:08:37 +03:00
nimrod-up9
803681a239
Renamed collector, aggregator to api server, api folder to agent ( #133 )
...
* Renamed aggregator -> apiServer.
* Format errors with container names.
* Renamed collector -> apiServer.
* Rephrased help messages.
* Moved api -> agent.
* Continue renameing api -> agent in Makefile and Dockerfiles.
2021-07-22 17:17:17 +03:00
Igor Gov
ac358be877
Making kube config errors more user friendly ( #132 )
...
* Making kube config errors more user friendly
2021-07-22 15:26:28 +03:00
nimrod-up9
2996c1a4bc
Install Mizu in a dedicated namespace ( #123 )
...
* Use "mizu" namespace instead of "default". Create and delete as necessary.
* Wait until namespace is deleted.
* Distinguish between timeout and other errors.
* Sorted consts.
* k8s provider gets the names of Mizu serviceaccount, clusterrole and clusterrolebindings from caller.
* Renames.
* Remove non-namespaced mizu resources when finished: clusterrole and clusterrolebindings.
* Don't wait for namespace deletion if it was already deleted.
* When watching pods, check for cancellation before reading from channels.
* Allow user to cancel resource deletion and to cancel the wait.
* Increased cleanup timeout.
* go mod tidy.
* Ignore cli build products.
* Print err.
* Don't delete clusterrole and clusterrolebinding if we do not have permissions.
* Added roles list in README.
* Added clusterrole and clusterrolebindings examples.
2021-07-22 14:26:12 +03:00
Igor Gov
7d5ed601df
Check if newer version exists in Github ( #128 )
...
* Check if newer version exists in Github
2021-07-21 16:36:47 +03:00
RamiBerm
77ced2a46d
Merge pull request #126 from up9inc/disable_redact_flag
...
Add option to disable sensitive data redaction by flag and fix CPU leaks
2021-07-21 11:20:36 +03:00
RamiBerm
80e97e7f7e
Update main.go, tap.go, and 4 more files...
2021-07-21 10:49:27 +03:00
Igor Gov
3be0c9ecd9
Adding telemetry reports
2021-07-20 16:47:20 +03:00
RamiBerm
1d24188a02
Update tapRunner.go
2021-07-20 09:58:08 +03:00
gadotroee
a0a9d74662
Versioning ( #116 )
...
Add versioning check
2021-07-15 16:19:29 +03:00
RamiBerm
1d6c176c7f
Update tap.go
2021-07-15 11:10:16 +03:00
RamiBerm
3b9f5ee32f
Update size_enforcer.go and tap.go
2021-07-15 10:41:29 +03:00
RamiBerm
6e14fa95a1
Update tap.go and go.sum
2021-07-15 09:16:01 +03:00
RamiBerm
cd34892943
Merge branch 'develop'
...
Conflicts:
api/main.go
cli/cmd/tap.go
2021-07-15 09:12:48 +03:00
RamiBerm
62b17c1822
Update tap.go
2021-07-15 09:08:43 +03:00
gadotroee
6e279bfca5
TRA-3440 - add confirmation message and info on hover (tooltip) chagne analyze to analysis ( #109 )
2021-07-14 18:37:59 +03:00
RamiBerm
8886590ea2
Update main.go, main.go, and 5 more files...
2021-07-14 17:32:55 +03:00
RamiBerm
eaa120cad8
Merge branch 'develop'
...
Conflicts:
cli/cmd/tap.go
2021-07-14 09:06:40 +03:00
Igor Gov
8fab07494c
Adding the upload interval as parameter to tap function
2021-07-13 18:09:32 +03:00
Igor Gov
79816ae337
Adding the upload interval as parameter to tap function
2021-07-13 17:26:22 +03:00
RamiBerm
90c9d8b0d0
Merge branch 'develop'
...
Conflicts:
cli/cmd/tapRunner.go
2021-07-13 16:23:27 +03:00
RamiBerm
96f47116f0
Update go.sum, main.go, and 10 more files...
2021-07-13 16:21:32 +03:00
Igor Gov
603206f2cb
changing log message to debug
2021-07-13 09:01:41 +03:00
Igor Gov
6aa38f071f
Mizu tap - adding logs for troubleshooting
2021-07-12 20:33:15 +03:00
RamiBerm
d684dee7a4
WIP
2021-07-12 17:47:46 +03:00
Igor Gov
60431b2836
.
2021-07-12 12:09:59 +03:00
Igor Gov
77e01da6e8
.
2021-07-12 11:51:25 +03:00
Igor Gov
18c1473bd9
.
2021-07-12 11:11:27 +03:00
Igor Gov
1638e1be3b
TRA-3412 Mizu analyze gets a generic url to support standalone upload
2021-07-12 10:34:57 +03:00
RamiBerm
466214c4b5
Update fetch.go and fetchRunner.go
2021-07-11 14:35:15 +03:00
RamiBerm
de1295e29d
Update tapRunner.go
2021-07-11 14:06:55 +03:00
RamiBerm
7de3338752
Update fetchRunner.go, tapRunner.go, and 2 more files...
2021-07-11 14:06:08 +03:00
RamiBerm
3db6d5a5ea
Update public_routes.go, tapRunner.go, and proxy.go
2021-07-11 14:01:07 +03:00
RamiBerm
65ba0952b4
Update tap.go, tapRunner.go, and 3 more files...
2021-07-11 13:56:40 +03:00
RamiBerm
b1df4b69ae
Update public_routes.go, fetchRunner.go, and 3 more files...
2021-07-11 13:07:25 +03:00
RamiBerm
b3dcff2cd5
WIP
2021-07-10 20:02:02 +03:00