Skip to content

Conversation

@atchutbarli
Copy link

@atchutbarli atchutbarli commented Oct 29, 2025

Verified that prediagnostic version is working with PSS enabled manually.

logs:

here are events with and without the change

8m54s Warning FailedCreate job/cluster-diagnostic-checks-job Error creating: pods "cluster-diagnostic-checks-job-2bpzg" is forbidden: violates PodSecurity "restricted:latest": unrestricted capabilities (container "cluster-diagnostic-checks-container" must set securityContext.capabilities.drop=["ALL"]), seccompProfile (pod or container "cluster-diagnostic-checks-container" must set securityContext.seccompProfile.type to "RuntimeDefault" or "Localhost")

116s Normal SuccessfulCreate job/cluster-diagnostic-checks-job Created pod: cluster-diagnostic-checks-job-xmj75
101s Normal Completed job/cluster-diagnostic-checks-job Job completed

This checklist is used to make sure that common guidelines for a pull request are followed.

Related command

General Guidelines

  • Have you run azdev style <YOUR_EXT> locally? (pip install azdev required)
  • Have you run python scripts/ci/test_index.py -q locally? (pip install wheel==0.30.0 required)
  • My extension version conforms to the Extension version schema

For new extensions:

About Extension Publish

There is a pipeline to automatically build, upload and publish extension wheels.
Once your pull request is merged into main branch, a new pull request will be created to update src/index.json automatically.
You only need to update the version information in file setup.py and historical information in file HISTORY.rst in your PR but do not modify src/index.json.

@github-actions
Copy link

The git hooks are available for azure-cli and azure-cli-extensions repos. They could help you run required checks before creating the PR.

Please sync the latest code with latest dev branch (for azure-cli) or main branch (for azure-cli-extensions).
After that please run the following commands to enable git hooks:

pip install azdev --upgrade
azdev setup -c <your azure-cli repo path> -r <your azure-cli-extensions repo path>

@atchutbarli atchutbarli changed the title [DRAFT] update prediag version to pull the latest Update prediagnostic version to pull the latest Nov 4, 2025
@atchutbarli atchutbarli merged commit 979a4c3 into main Nov 4, 2025
8 of 12 checks passed
@atchutbarli atchutbarli deleted the atchub/updateprediag branch November 4, 2025 20:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants