Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

fix: don't hardcode csi enableproxy in kubeclusterconfig.json #3127

Merged
merged 1 commit into from Apr 23, 2020

Conversation

marosset
Copy link
Contributor

@marosset marosset commented Apr 22, 2020

Reason for Change:

Issue Fixed:

Requirements:

Notes:

@@ -240,24 +240,24 @@ function Write-KubeClusterConfig {
}

$Global:ClusterConfiguration | Add-Member -MemberType NoteProperty -Name Csi -Value @{
EnableProxy = "true"
EnableProxy = $global:EnableCsiProxy
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the bugfix, everything else is just whitespace cleanup

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh boy, thanks for fixing!

@marosset marosset requested a review from ksubrmnn April 22, 2020 23:53
Copy link
Member

@jackfrancis jackfrancis left a comment

Choose a reason for hiding this comment

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

/lgtm

@marosset marosset merged commit 7e0997a into Azure:master Apr 23, 2020
jackfrancis pushed a commit that referenced this pull request Apr 23, 2020
fix has been manually validated and we want to include this in v0.50.0
AbelHu pushed a commit to AbelHu/aks-engine that referenced this pull request Jun 11, 2020
…3127)

fix has been manually validated and we want to include this in v0.50.0
andyliuliming pushed a commit that referenced this pull request Jun 12, 2020
* chore: Add EnableAHUB in WindowsProfile (#3322)

* Add LicenseType in WindowsProfile

* fix run tests in parallel with same variable

* Change LicenseType to EnableAHUB

* Support LicenseType in VMAS

* Update doc

* Add E2E test config for Windows AHUB

* fix: don't hardcode csi enableproxy in kubeclusterconfig.json (#3127)

fix has been manually validated and we want to include this in v0.50.0

Co-authored-by: Mark Rossetti <marosset@microsoft.com>
@marosset marosset deleted the win-csi-config-fix branch November 10, 2020 23:33
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants