You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
logrus.Infof("rollout %q was updated", resourcesMap[ROLLOUT_KEY].GetName())
182
183
waitCondition:=conditions.New(clusterResources)
184
+
logrus.Infof("waiting for grpcRoute %q to update canary weight to %d after rollout image change", resourcesMap[GRPC_ROUTE_KEY].GetName(), LAST_CANARY_ROUTE_WEIGHT)
logrus.Infof("rollout %q was updated", resourcesMap[ROLLOUT_KEY].GetName())
182
183
waitCondition:=conditions.New(clusterResources)
184
+
logrus.Infof("waiting for grpcRoute %q to update with header-based routing and canary weight %d", resourcesMap[GRPC_ROUTE_KEY].GetName(), LAST_CANARY_ROUTE_WEIGHT)
logrus.Infof("grpcRoute %q was updated", resourcesMap[GRPC_ROUTE_KEY].GetName())
203
+
logrus.Infof("waiting for grpcRoute %q to clean up header-based routing and reset canary weight to %d", resourcesMap[GRPC_ROUTE_KEY].GetName(), FIRST_CANARY_ROUTE_WEIGHT)
logrus.Infof("rollout %q was updated", resourcesMap[ROLLOUT_KEY].GetName())
182
183
waitCondition:=conditions.New(clusterResources)
184
+
logrus.Infof("waiting for httpRoute %q to update with header-based routing and canary weight %d", resourcesMap[HTTP_ROUTE_KEY].GetName(), LAST_CANARY_ROUTE_WEIGHT)
logrus.Infof("httpRoute %q was updated", resourcesMap[HTTP_ROUTE_KEY].GetName())
203
+
logrus.Infof("waiting for httpRoute %q to clean up header-based routing and reset canary weight to %d", resourcesMap[HTTP_ROUTE_KEY].GetName(), FIRST_CANARY_ROUTE_WEIGHT)
logrus.Infof("rollout %q was updated", resourcesMap[ROLLOUT_KEY].GetName())
184
185
waitCondition:=conditions.New(clusterResources)
186
+
logrus.Infof("waiting for httpRoute %q to update canary weight to %d after rollout image change", resourcesMap[HTTP_ROUTE_KEY].GetName(), LAST_CANARY_ROUTE_WEIGHT)
logrus.Infof("rollout %q was updated", resourcesMap[ROLLOUT_KEY].GetName())
182
183
waitCondition:=conditions.New(clusterResources)
184
+
logrus.Infof("waiting for tcpRoute %q to update canary weight to %d after rollout image change", resourcesMap[TCP_ROUTE_KEY].GetName(), LAST_CANARY_ROUTE_WEIGHT)
0 commit comments