-
Notifications
You must be signed in to change notification settings - Fork 3
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
K8s provider conformance test plugin #43
Conversation
} | ||
|
||
# Ensure that we tell the Sonobuoy worker we are done regardless of results. | ||
trap saveResult EXIT |
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.
Not sure why we have this command between definition of functions
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.
The trap
command ensures that the saveResult()
function is called when the script exits.
python3 /arc/setup_failure_handler.py | ||
fi | ||
|
||
if [ -z "${ARC_CLUSTER_NAME}" ]; then |
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.
CLUSTER_NAME
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.
It may not a arc cluster if cluster type is "managedCluster"
--extension-type Microsoft.AppConfiguration \ | ||
--cluster-name "${ARC_CLUSTER_NAME}" \ | ||
--resource-group "${ARC_CLUSTER_RG}" \ | ||
--cluster-type managedClusters \ |
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.
Could we parameterize this property, like how the flux do https://dev.azure.com/ArcValidationProgram/ArcValidationProgram/_git/ConformanceTesting/commit/251064a0db6c69e0f971bb9a3773cd1aaf398b3f?refName=refs/heads/main&path=/aks/pipeline/scripts/sonobuoy-plugin-args/flux-managed.txt
python3 /arc/setup_failure_handler.py | ||
fi | ||
|
||
if [ -z "${ARC_CLUSTER_RG}" ]; then |
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 here, CLUSTER_RG
64cb9a9
to
ecb7065
Compare
ea060c6
to
649aa98
Compare
* Not running on windows node (#30) * Bump up version to 2.0.0-preview (#42) * Workload identity support namespaced service account (#39) * Workload identity support namespaced service account * feedback * Feedback * Upgrade package (#44) * fix vulnerability * fix go version * update * update * update * update * update * update controller runtime * upgrade azsecrets package * update ci * update patched version * update * revert version * upgrade packages * update ci * revert * deduplicate feature flags (#50) * Treat get settings from one client failure as warning (#48) * Add node affinity and toleration configuration (#46) * K8s provider conformance test plugin (#43) * k8s provider conformance test plugin * rename * remove docker hub dependency * replace curl with wget * add version file * Setup golangci lint action (#51) * setup golangci lint action * fix linting error * update ci * update * add lint in makefile * Add Correlation Context header for extension (#47) * Add Correlation Context header for extension * Add more context * Add Host and RequestType in correlation context * Remove the kv refresh * update extension test plugin conformance file (#52) * added timeout parameter in golintCI (#54) * Revise the error message for selector object verification (#56) * Bump up version to 2.0.0 (#58) * Add data collection section in readme (#57) * Require to opt-in for the global service account (#60) * Require to opt in the global service account * Rename * Fix vulnerability (#68) * fix vulnerability * specify go version in golang lint ci --------- Co-authored-by: Richard chen <[email protected]>
No description provided.