-
Notifications
You must be signed in to change notification settings - Fork 107
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing DotNet from supported auto-instrumentation platforms (#1334)
* Cutting DotNet from instrumentation platforms * Fix validation pipeline * Bug fix in validation pipeline * Refactoring of validation pipeline * Bug fix * Validation pipeline fixes * Cosmetic fixes to validation * Bug fix * Updating @kubernetes/client-node to 0.22.1 * Sample change * Trigger re-checks
- Loading branch information
Showing
16 changed files
with
428 additions
and
366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
# MutatingWebhook | ||
|
||
|
||
# Making a change to the image | ||
1. Prepare a change in a branch made off of _ai_prod_ branch. All work is confined within _appmonitoring/ts/src_. | ||
2. Make sure the branch builds locally with _build.cmd_. | ||
3. Build and push the image to a test ACR by running _dockerBuild.cmd v0_ where _v0_ is the image tag. | ||
4. Create a standalone environment of AKS RP to test the change, or test it directly on an AKS cluster by plugging the modified image into a test workload. | ||
5. Merge a PR into the _ai_prod_ branch. | ||
6. Prepare a GitHub release following the _semver_ conventions. | ||
7. Build and push the image to MCR by running the [ContainerInsights-MultiArch-MergedBranches-AppMonitoring](https://github-private.visualstudio.com/microsoft/_build?definitionId=539) pipeline. | ||
8. Merge a PR into the AKS RP repo that updates the version of the image used. | ||
9. Follow daily and weekly rollouts of AKS RP and watch change propagation on the dashboard. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.