Ashley Kleynhans
Ashley Kleynhans
Thanks for pushing 1.2.2 and 1.2.2.post1 to PyPi, but 1.2.2.post1 doesn't have the latest update to PyTorch 2.1.2, it is still on 2.1.0 Please can you either push 1.2.2.post2 or...
@dbyron-sf I initially suspected it may have just been a bug in the Deck UI, but after completing the cloning of the Server Group, the UserData was completely missing from...
@dbyron-sf The UserData is missing from the Launch Template using the AWS CLI tool: **Original Server Group - has UserData** ```bash ❯ aws ec2 describe-launch-template-versions --launch-template-name eventsdashboard-test-spot-v541-11292022183350 --versions '$Latest' |...
Additionally, the cloned Launch Template has an IPv6 address which the original does not, and launching of EC2 instances fails as a result, since my subnets have no IPv6 addresses.
I upgraded to Spinnaker 1.29.0 to test and the issue is present in 1.29.0 as well.
Setting `udf.enabled` to `false` made no difference. I reverted to using Launch Configurations instead of Launch Templates for now. I'll try and restore my Spinnaker backup to another server and...
I discovered a bug in Halyard where it is not setting the permissions of `/opt/deck/html/settings-local.js` correctly when it copies the file over from `~/.hal/default/profiles/settings-local.js`. ``` -rw-r----- 1 spinnaker spinnaker 144...
The issue with the UserData being lost is present all the way back to Spinnaker 1.27.0. I am unable to install any version of Spinnaker prior to 1.27.0 because they...
IPv6 issue is not present in Spinnaker 1.27.1 either. I was not able to test Spinnaker 1.28.0 due to a the Rosco profile being missing, so it was either introduced...
I'll attempt to look into the Halyard bug, and yeah Deck picked up the settings once I corrected the permissions by hand. I didn't see the CPU credits toggle or...