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

Cluster fails to create intermittently #3954

Open
xlight05 opened this issue Feb 7, 2022 · 3 comments
Open

Cluster fails to create intermittently #3954

xlight05 opened this issue Feb 7, 2022 · 3 comments
Labels

Comments

@xlight05
Copy link
Contributor

xlight05 commented Feb 7, 2022

Description:
Message - Operation is not allowed: Another operation (nodepool1 - Creating) is in progress
https://github.com/ballerina-platform/ballerina-performance-cloud/actions/runs/1798592862
https://github.com/ballerina-platform/ballerina-performance-cloud/runs/5062754269?check_suite_focus=true

We need to look into this and see if we can fix this issue from ourend.

Steps to reproduce:

Affected Versions:

OS, DB, other environment details and versions:

Related Issues (optional):

Suggested Labels (optional):

Suggested Assignees (optional):

@dilanSachi
Copy link
Contributor

Noticed the following as well in Create Cluster step.

WARNING: SSH key files '/home/runner/.ssh/id_rsa' and '/home/runner/.ssh/id_rsa.pub' have been generated under ~/.ssh to allow SSH access to the VM. If using machines without permanent storage like Azure Cloud Shell without an attached file share, back up your keys to a safe location
ERROR: (PropertyChangeNotAllowed) Changing property 'linuxProfile.ssh.publicKeys.keyData' is not allowed.
Code: PropertyChangeNotAllowed
Message: Changing property 'linuxProfile.ssh.publicKeys.keyData' is not allowed.
Target: linuxProfile.ssh.publicKeys.keyData

@xlight05
Copy link
Contributor Author

Noticed the following as well in Create Cluster step.

WARNING: SSH key files '/home/runner/.ssh/id_rsa' and '/home/runner/.ssh/id_rsa.pub' have been generated under ~/.ssh to allow SSH access to the VM. If using machines without permanent storage like Azure Cloud Shell without an attached file share, back up your keys to a safe location
ERROR: (PropertyChangeNotAllowed) Changing property 'linuxProfile.ssh.publicKeys.keyData' is not allowed.
Code: PropertyChangeNotAllowed
Message: Changing property 'linuxProfile.ssh.publicKeys.keyData' is not allowed.
Target: linuxProfile.ssh.publicKeys.keyData

I've observed this happens when you already have a cluster running with the same name. If you want multiple runs for one stdlibs, you might need to append somekind of unique id for the cluster name.

The main issue is different

@dilanSachi
Copy link
Contributor

Noticed the following as well in Create Cluster step.

WARNING: SSH key files '/home/runner/.ssh/id_rsa' and '/home/runner/.ssh/id_rsa.pub' have been generated under ~/.ssh to allow SSH access to the VM. If using machines without permanent storage like Azure Cloud Shell without an attached file share, back up your keys to a safe location
ERROR: (PropertyChangeNotAllowed) Changing property 'linuxProfile.ssh.publicKeys.keyData' is not allowed.
Code: PropertyChangeNotAllowed
Message: Changing property 'linuxProfile.ssh.publicKeys.keyData' is not allowed.
Target: linuxProfile.ssh.publicKeys.keyData

I've observed this happens when you already have a cluster running with the same name. If you want multiple runs for one stdlibs, you might need to append somekind of unique id for the cluster name.

The main issue is different

In stdlib case, we append the module name to each of the cluster names. So the name is unique. And only 1 load test runs at one time for 1 stdlib.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants