Alexsander Pereira
10/05/2022, 3:01 PMFailed to create pod sandbox: rpc error: code = Unknown desc = [failed to set up sandbox container "dbc00419165f73b0ba32733416e822c3c5c42a30787782f78475670ac50171fe" network for pod "orchest-controller-85df7b958b-9kn4c": networkPlugin cni failed to set up pod "orchest-controller-85df7b958b-9kn4c_orchest" network: add cmd: Error received from AddNetwork gRPC call: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:50051: connect: connection refused", failed to clean up sandbox container "dbc00419165f73b0ba32733416e822c3c5c42a30787782f78475670ac50171fe" network for pod "orchest-controller-85df7b958b-9kn4c": networkPlugin cni failed to teardown pod "orchest-controller-85df7b958b-9kn4c_orchest" network: del cmd: error received from DelNetwork gRPC call: rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 127.0.0.1:50051: connect: connection refused"]
Can someone help me? It's a production cluster.Yannick
orchest-cli
(link) command: orchest update
Navid H
10/05/2022, 5:05 PMAlexsander Pereira
10/05/2022, 5:12 PMNavid H
10/05/2022, 5:13 PMJacopo
10/05/2022, 5:13 PMAlexsander Pereira
10/05/2022, 5:13 PMapiVersion: <http://orchest.io/v1alpha1|orchest.io/v1alpha1>
kind: OrchestCluster
metadata:
name: cluster-1
namespace: orchest
annotations:
<http://controller.orchest.io/deploy-ingress|controller.orchest.io/deploy-ingress>: "false"
spec:
singleNode: true
orchest:
authServer:
image: public.ecr.aws/u5k1d2l0/orchest-auth-server:v2022.10.0-1.0.1
orchestWebServer:
image: public.ecr.aws/u5k1d2l0/orchest-webserver:v2022.10.0-1.0.1
Navid H
10/05/2022, 5:19 PMapiVersion: <http://orchest.io/v1alpha1|orchest.io/v1alpha1>
kind: OrchestCluster
metadata:
name: cluster-1
namespace: orchest
annotations:
<http://controller.orchest.io/deploy-ingress|controller.orchest.io/deploy-ingress>: "false"
spec:
singleNode: true
orchest:
apiVersion: <http://orchest.io/v1alpha1|orchest.io/v1alpha1>
kind: OrchestCluster
metadata:
name: cluster-1
namespace: orchest
annotations:
<http://controller.orchest.io/deploy-ingress|controller.orchest.io/deploy-ingress>: "false"
spec:
singleNode: true
orchest:
version: your-version
authServer:
image: public.ecr.aws/u5k1d2l0/orchest-auth-server:v2022.10.0-1.0.1
orchestWebServer:
image: public.ecr.aws/u5k1d2l0/orchest-webserver:v2022.10.0-1.0.1
authServer:
image: public.ecr.aws/u5k1d2l0/orchest-auth-server:v2022.10.0-1.0.1
orchestWebServer:
image: public.ecr.aws/u5k1d2l0/orchest-webserver:v2022.10.0-1.0.1
Alexsander Pereira
10/05/2022, 5:21 PMNavid H
10/05/2022, 5:23 PMAlexsander Pereira
10/05/2022, 5:23 PMNavid H
10/05/2022, 5:25 PMapiVersion: <http://orchest.io/v1alpha1|orchest.io/v1alpha1>
kind: OrchestCluster
metadata:
name: cluster-1
namespace: orchest
annotations:
<http://controller.orchest.io/deploy-ingress|controller.orchest.io/deploy-ingress>: "false"
spec:
singleNode: true
orchest:
apiVersion: <http://orchest.io/v1alpha1|orchest.io/v1alpha1>
kind: OrchestCluster
metadata:
name: cluster-1
namespace: orchest
annotations:
<http://controller.orchest.io/deploy-ingress|controller.orchest.io/deploy-ingress>: "false"
spec:
singleNode: true
orchest:
version: your-version
authServer:
image: public.ecr.aws/u5k1d2l0/orchest-auth-server:v2022.10.0-1.0.1
orchestWebServer:
image: public.ecr.aws/u5k1d2l0/orchest-webserver:v2022.10.0-1.0.1
authServer:
image: public.ecr.aws/u5k1d2l0/orchest-auth-server:v2022.10.0-1.0.1
orchestWebServer:
image: public.ecr.aws/u5k1d2l0/orchest-webserver:v2022.10.0-1.0.1
spec:
singleNode: true
orchest:
version: your-version
Alexsander Pereira
10/05/2022, 5:26 PMNavid H
10/06/2022, 7:00 AMYannick
orchest-cli
are as follows (link to source code):
⢠Update the orchest-controller
manifests (you can pull these from our release notes)
⢠Patch the spec.orchest.version
value in the OrchestCluster
custom object to point to the new version.
It didn't work, it doesn't update the custom images.Unless my memory fails me, I think we settled on the fact that if a user specifies custom images then they need to manually update those custom images. The
orchest-controller
does not do that for you since we can't assume what users want to happen (everyone can have completely custom requirements here, so it is the responsibility of the user).
Hope that clears some things up šAlexsander Pereira
10/06/2022, 1:38 PM