-
Notifications
You must be signed in to change notification settings - Fork 137
Conversation
/assign @Jeffwan |
pkg/kfapp/aws/aws.go
Outdated
if err := aws.kfDef.SetApplicationParameter("istio", "clusterRbacConfig", "ON"); err != nil { | ||
return errors.WithStack(err) | ||
} | ||
// Will roll back after istio move to v3 done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need to roll back later?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have to, it depends on if we want to set clusterRbacConfig=ON
in kfctl logic or manifests configmap.
@jlewi @adrian555 Can you take a look? We should be good to go. |
@PatrickXYS if this is good from AWS platform side, please have someone LGTM. I will approve after that. Thanks. |
/lgtm |
@adrian555 Can you approve the change? Thanks |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: adrian555 The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
For now,
istio
component has not moved to V3 yet. Thus, it still useistio-parameter
rather thanistio-config
.On kfctl side, we have to use
istio-parameter
now in V3 changes.Will roll back until
istio
moved to V3.