-
Notifications
You must be signed in to change notification settings - Fork 40k
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
Adding rkt binary to GCI #35321
Adding rkt binary to GCI #35321
Conversation
Running manual tests now |
Jenkins verification failed for commit 228438ba0e52f912a9880902f413005d51cc3c92. Full PR test history. The magic incantation to run this job again is |
Jenkins GCE Node e2e failed for commit 228438ba0e52f912a9880902f413005d51cc3c92. Full PR test history. The magic incantation to run this job again is |
Jenkins GCI GKE smoke e2e failed for commit 228438ba0e52f912a9880902f413005d51cc3c92. Full PR test history. The magic incantation to run this job again is |
Jenkins unit/integration failed for commit 228438ba0e52f912a9880902f413005d51cc3c92. Full PR test history. The magic incantation to run this job again is |
Jenkins GCE etcd3 e2e failed for commit 228438ba0e52f912a9880902f413005d51cc3c92. Full PR test history. The magic incantation to run this job again is |
Jenkins GCI GCE e2e failed for commit 228438ba0e52f912a9880902f413005d51cc3c92. Full PR test history. The magic incantation to run this job again is |
Jenkins GKE smoke e2e failed for commit 228438ba0e52f912a9880902f413005d51cc3c92. Full PR test history. The magic incantation to run this job again is |
Jenkins GCE e2e failed for commit 228438ba0e52f912a9880902f413005d51cc3c92. Full PR test history. The magic incantation to run this job again is |
Jenkins Kubemark GCE e2e failed for commit 228438ba0e52f912a9880902f413005d51cc3c92. Full PR test history. The magic incantation to run this job again is |
@k8s-bot test this |
@@ -98,6 +98,15 @@ function split-commas { | |||
echo $1 | tr "," "\n" | |||
} | |||
|
|||
function install-rkt { |
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.
We will need a way to install rkt
for e2e node tests.
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.
TODO: Update node e2e testing manifest to install rkt on GCI nodes.
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.
Done
This is required for mounting storage volumes via containers. Signed-off-by: Vishnu kannan <vishnuk@google.com>
Signed-off-by: Vishnu kannan <vishnuk@google.com>
LGTM |
@k8s-bot test this [submit-queue is verifying that this PR is safe to merge] |
Automatic merge from submit-queue |
cherrypicked in #35653 |
#35158-#35321-origin-release-1.4 Automatic merge from submit-queue Automated cherry pick of #34368 #35158 #35321 Cherry pick of #34368 #35158 #35321 on release-1.4. #34368: Node status updater should SetNodeStatusUpdateNeeded if it #35158: Fixing flake caused by lack of polling during read. #35321: Adding rkt binary to GCI nodes via cloud-init. This is
…ck-of-#34368-kubernetes#35158-kubernetes#35321-origin-release-1.4 Automatic merge from submit-queue Automated cherry pick of kubernetes#34368 kubernetes#35158 kubernetes#35321 Cherry pick of kubernetes#34368 kubernetes#35158 kubernetes#35321 on release-1.4. kubernetes#34368: Node status updater should SetNodeStatusUpdateNeeded if it kubernetes#35158: Fixing flake caused by lack of polling during read. kubernetes#35321: Adding rkt binary to GCI nodes via cloud-init. This is
rkt is being used to support containerized storage plugins on GCI.
This change is