-
Notifications
You must be signed in to change notification settings - Fork 22
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
Additional worker node pools docs #1617
Additional worker node pools docs #1617
Conversation
Add one of following labels |
} | ||
``` | ||
|
||
2. A user sends an update request (HTTP PUT) with the following JSON in the payload: |
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.
2. A user sends an update request (HTTP PUT) with the following JSON in the payload: | |
2. A user sends an update request (HTTP PUT) with the following JSON in the payload: | |
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.
Same as line 102.
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.
I will replace it with JSON file
.
} | ||
``` | ||
|
||
3. The additional worker node pools are updated to include the values of the `additionalWorkerNodePools` object from JSON provided in the update request: |
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.
3. The additional worker node pools are updated to include the values of the `additionalWorkerNodePools` object from JSON provided in the update request: | |
3. The additional worker node pools are updated to include the values of the `additionalWorkerNodePools` object from JSON provided in the update request: | |
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.
Same as line 102.
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.
I will replace it with JSON file
.
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Co-authored-by: Iwona Langer <[email protected]>
Description
Changes proposed in this pull request:
03-10-service-description.md
.Related issue(s)
See also #952