You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I issue the following command to try and create a GCP instance
knife google server create test-01-production-chs -m n1-standard-2 -I ubuntu-1404-trusty-v20150909a --gce-image-project-id ubuntu-os-cloud -n um-subnet-chs-1b-public-admin -N 01.test.production.chs -E production -Z us-east1-b --gce-boot-disk-size 40G -i ec2_keys/um_vn_key_chs.pem -x ubuntu --gce-server-connect-ip PUBLIC -VV
I get the following output
Instance Name: test-01-production-chs
Machine Type: n1-standard-2
Image: ubuntu-1404-trusty-v20150909a
Zone: us-east1-b
Tags: None
Public IP Address: ["104.196.13.69"]
Private IP Address: ["10.4.0.3"]
Waiting for server
Waiting for sshd
DEBUG: sshd accepting connections on 104.196.13.69, banner is SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3
done
ERROR: knife encountered an unexpected error
This may be a bug in the 'google server create' knife command or plugin
Please collect the output of this command with the -VV option before filing a bug report.
Exception: NoMethodError: undefined method `empty?' for nil:NilClass
Any insight would be very helpful.
The text was updated successfully, but these errors were encountered:
Whenever I issue the following command to try and create a GCP instance
knife google server create test-01-production-chs -m n1-standard-2 -I ubuntu-1404-trusty-v20150909a --gce-image-project-id ubuntu-os-cloud -n um-subnet-chs-1b-public-admin -N 01.test.production.chs -E production -Z us-east1-b --gce-boot-disk-size 40G -i ec2_keys/um_vn_key_chs.pem -x ubuntu --gce-server-connect-ip PUBLIC -VV
I get the following output
Instance Name: test-01-production-chs
Machine Type: n1-standard-2
Image: ubuntu-1404-trusty-v20150909a
Zone: us-east1-b
Tags: None
Public IP Address: ["104.196.13.69"]
Private IP Address: ["10.4.0.3"]
Waiting for server
Waiting for sshd
DEBUG: sshd accepting connections on 104.196.13.69, banner is SSH-2.0-OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.3
done
ERROR: knife encountered an unexpected error
This may be a bug in the 'google server create' knife command or plugin
Please collect the output of this command with the
-VV
option before filing a bug report.Exception: NoMethodError: undefined method `empty?' for nil:NilClass
Any insight would be very helpful.
The text was updated successfully, but these errors were encountered: