Skip to content
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

fix certificate contents #911

Merged
merged 2 commits into from
Aug 31, 2023
Merged

Conversation

akihikokuroda
Copy link
Collaborator

Summary

Fix: #910

Details and comments

Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
@@ -303,17 +306,6 @@ data:
cpu: {{ .Values.application.ray.cpu }}
memory: {{ .Values.application.ray.memory }}Gi
securityContext:
volumeMounts:
Copy link
Member

@IceKhan13 IceKhan13 Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we do not need mounts for worker anymore?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were 2 volumeMounts. The latter was used. This PR merges them into one.

BASE_DIR=$1
CLUSTER_NAME=$2
IP_ADDRESS=$3
NAMESPACE=$4
Copy link
Member

@Tansito Tansito Aug 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm trying to understand what the pull request is doing Aki, so correct me if I'm wrong. NAMESPACE argument is not needed in this case, isn't it? At least by the script.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right. The same script was used for head and worker nodes before. I separated it for the head and worker in this PR. The namespace is not used in the worker node script. I take it out. Thanks!

@Tansito Tansito added the bug Something isn't working label Aug 28, 2023
Signed-off-by: Akihiko Kuroda <akihikokuroda2020@gmail.com>
@IceKhan13 IceKhan13 self-assigned this Aug 31, 2023
Copy link
Member

@IceKhan13 IceKhan13 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checked on rancher, everything works! Thank you!

@akihikokuroda akihikokuroda merged commit b57bd43 into Qiskit:main Aug 31, 2023
6 checks passed
@akihikokuroda akihikokuroda deleted the certissues branch August 31, 2023 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Certificates created using cert-manger have issues
3 participants