Update issue templates - #1
Closed
paruls-beep wants to merge 1 commit into
Closed
Conversation
saiyam1814
added a commit
to saiyam1814/ISV-NCP-Validation-Suite
that referenced
this pull request
May 16, 2026
… GKE 4 new conformance test skips found during live run (total now 10): - HostPort validates that there is no conflict: HostPort binding not supported in vCluster (same root cause as HostPorts skip NVIDIA#1). - should be able to create a functioning NodePort service: NodePort reachability fails because virtual node InternalIPs (34.118.x.x on GKE) differ from the host VPC IP where kube-proxy binds (same root cause as ExternalName-to-NodePort skip NVIDIA#4). - should run through the lifecycle of a PV and a PVC: PV patch races with vCluster's PV sync, causing a spurious not-found error. - should schedule a Pod requesting a RuntimeClass and initialize its Overhead: RuntimeClass overhead is not factored into virtual node allocatable resources on synced nodes. K8sDriverVersionCheck fix (belt-and-suspenders): - setup.sh: unconditionally clear driver_version on GKE (was conditional on 'unknown'; GKE never publishes nvidia.com/cuda.driver.* labels). - k8s.yaml: add kubernetes.checks.K8sDriverVersionCheck.driver_version="" override so the check skips even if setup.sh output changes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.