Update main.go, socket_server_handlers.go, and 4 more files...

This commit is contained in:
RamiBerm
2021-05-24 17:06:03 +03:00
parent 2f8f253743
commit fbeb7fe9cd
6 changed files with 41 additions and 55 deletions

View File

@@ -93,7 +93,7 @@ func (provider *Provider) CreateMizuAggregatorPod(ctx context.Context, namespace
Name: podName,
Image: podImage,
ImagePullPolicy: core.PullAlways,
//Command: []string {"./mizuagent", "--aggregator"},
Command: []string {"./mizuagent", "--aggregator"},
Env: []core.EnvVar{
{
Name: "HOST_MODE",