You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@yunikorn.apache.org by "Ryan Lo (Jira)" <ji...@apache.org> on 2021/10/30 05:31:00 UTC

[jira] [Comment Edited] (YUNIKORN-911) Verify helm chart install on 1.21

    [ https://issues.apache.org/jira/browse/YUNIKORN-911?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17436246#comment-17436246 ] 

Ryan Lo edited comment on YUNIKORN-911 at 10/30/21, 5:30 AM:
-------------------------------------------------------------

Hi there,
 I deployed YK with helm chart on K8s v1.21.5  created via kubeadm, and there were no errors except some warning messages like "rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated…".
{code:java}
ryan@ryan-k8s-0:~$ helm install yunikorn yunikorn/yunikorn --namespace yunikorn W1026 15:22:53.556091 1405817 warnings.go:70] rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding W1026 15:22:53.589210 1405817 warnings.go:70] rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding NAME: yunikorn LAST DEPLOYED: Tue Oct 26 15:22:52 2021NAMESPACE: yunikorn STATUS: deployed REVISION: 1 TEST SUITE: None
{code}
======================
 Then I ran the nginx example, and the nginx pod was scheduled correctly.
{code:java}
ryan@ryan-k8s-0:~$ k create -f incubator-yunikorn-k8shim/deployments/examples/nginx/nginx.yaml -n yunikorn
ryan@ryan-k8s-0:~$ k get pod -n yunikorn 
NAME                                             READY   STATUS    RESTARTS AGE nginx-99649df6f-lvtng                        1/1     Running   0          3d12h 
yunikorn-admission-controller-775ccb48f9-px2nn   1/1     Running   0          3d12h 
yunikorn-scheduler-59c78f9f84-jw556              2/2     Running   0          3d12h 
{code}
======================

Also works on K8s v1.21.5 created via minikube
{code:java}
ryan@ryan-minikube:~$ helm install yunikorn yunikorn/yunikorn --namespace yunikorn W1030 05:14:22.479995   11534 warnings.go:70] rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding W1030 05:14:22.503265   11534 warnings.go:70] rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding NAME: yunikorn LAST DEPLOYED: Sat Oct 30 05:14:22 2021 NAMESPACE: yunikorn STATUS: deployed REVISION: 1 TEST SUITE: None
{code}
{code:java}
ryan@ryan-minikube:~$ k create -f incubator-yunikorn-k8shim/deployments/examples/nginx/nginx.yaml -n yunikorn

ryan@ryan-minikube:~$ k get pods -n yunikorn
NAME                                             READY   STATUS    RESTARTS   AGE

nginx-99649df6f-w5wj7                            1/1     Running   0          40s
yunikorn-admission-controller-775ccb48f9-drtr5   1/1     Running   0          4m4s
yunikorn-scheduler-59c78f9f84-tqwjh              2/2     Running   0          4m26s{code}


was (Author: lowc1012):
Hi there,
 I deployed YK with helm chart on K8s v1.21.5  created via kubeadm, and there were no errors except some warning messages like "rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated…". 
{code:java}
ryan@ryan-k8s-0:~$ helm install yunikorn yunikorn/yunikorn --namespace yunikorn W1026 15:22:53.556091 1405817 warnings.go:70] rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding W1026 15:22:53.589210 1405817 warnings.go:70] rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding NAME: yunikorn LAST DEPLOYED: Tue Oct 26 15:22:52 2021NAMESPACE: yunikorn STATUS: deployed REVISION: 1 TEST SUITE: None
{code}

 ======================
 Then I ran the nginx example, and the nginx pod was scheduled correctly.
{code:java}
ryan@ryan-k8s-0:~$ k create -f incubator-yunikorn-k8shim/deployments/examples/nginx/nginx.yaml -n yunikorn
ryan@ryan-k8s-0:~$ k get pod -n yunikorn 
NAME                                             READY   STATUS    RESTARTS AGE nginx-99649df6f-lvtng                        1/1     Running   0          3d12h 
yunikorn-admission-controller-775ccb48f9-px2nn   1/1     Running   0          3d12h 
yunikorn-scheduler-59c78f9f84-jw556              2/2     Running   0          3d12h 
{code}
======================

Also works on K8s v1.21.5 created via minikube

 

 

 
{code:java}
ryan@ryan-minikube:~$ helm install yunikorn yunikorn/yunikorn --namespace yunikorn W1030 05:14:22.479995   11534 warnings.go:70] rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding W1030 05:14:22.503265   11534 warnings.go:70] rbac.authorization.k8s.io/v1beta1 ClusterRoleBinding is deprecated in v1.17+, unavailable in v1.22+; use rbac.authorization.k8s.io/v1 ClusterRoleBinding NAME: yunikorn LAST DEPLOYED: Sat Oct 30 05:14:22 2021 NAMESPACE: yunikorn STATUS: deployed REVISION: 1 TEST SUITE: None
{code}
 
{code:java}
ryan@ryan-minikube:~$ k create -f incubator-yunikorn-k8shim/deployments/examples/nginx/nginx.yaml -n yunikorn

ryan@ryan-minikube:~$ k get pods -n yunikorn
NAME                                             READY   STATUS    RESTARTS   AGE

nginx-99649df6f-w5wj7                            1/1     Running   0          40s
yunikorn-admission-controller-775ccb48f9-drtr5   1/1     Running   0          4m4s
yunikorn-scheduler-59c78f9f84-tqwjh              2/2     Running   0          4m26s{code}
{noformat}
 {noformat}

> Verify helm chart install on 1.21
> ---------------------------------
>
>                 Key: YUNIKORN-911
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-911
>             Project: Apache YuniKorn
>          Issue Type: Sub-task
>          Components: release
>            Reporter: Chaoran Yu
>            Assignee: Ryan Lo
>            Priority: Major
>             Fix For: 1.0.0
>
>
> Similar to YUNIKORN-671



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@yunikorn.apache.org
For additional commands, e-mail: issues-help@yunikorn.apache.org