Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove unnecessary Istio settings from quick_install.sh #3493

Merged
merged 1 commit into from
Mar 3, 2024

Conversation

peterj
Copy link
Contributor

@peterj peterj commented Mar 1, 2024

What this PR does / why we need it:
Removing the useMCP and PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING as both of these already default to the values they are being set to.

Type of changes

  • Bug fix (non-breaking change which fixes an issue)

Feature/Issue validation/testing:

Checked the minimal Istio profile where the useMCP defaults to false (e.g. istioctl manifest generate --set profile=minimal | grep useMCP). The PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING flag defaults to false in Istio's source.

Removing the `useMCP` and `PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING` as both of these already default to the values they are being set to.

Signed-off-by: Peter Jausovec <peterj@users.noreply.github.com>
Copy link
Member

@terrytangyuan terrytangyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you point me to any references to defaults?

@peterj
Copy link
Contributor Author

peterj commented Mar 1, 2024

The distribution tracking variable defaults to false here.

The useMCP value isn't actually used anywhere in the code anymore. Here's one reference to the PR that removed the same setting from the installation profiles.

Copy link
Member

@terrytangyuan terrytangyuan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

/lgtm

@yuzisun
Copy link
Member

yuzisun commented Mar 3, 2024

/approve

Copy link

oss-prow-bot bot commented Mar 3, 2024

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: peterj, terrytangyuan, yuzisun

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 /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@oss-prow-bot oss-prow-bot bot added the approved label Mar 3, 2024
@oss-prow-bot oss-prow-bot bot merged commit cf9b7f6 into kserve:master Mar 3, 2024
58 checks passed
tjandy98 pushed a commit to tjandy98/kserve that referenced this pull request Apr 10, 2024
remove unnecessary settings from quick_install.sh

Removing the `useMCP` and `PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING` as both of these already default to the values they are being set to.

Signed-off-by: Peter Jausovec <peterj@users.noreply.github.com>
Signed-off-by: tjandy98 <3953059+tjandy98@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants