Skip to content

Commit

Permalink
Merge pull request #35 from envato/add-faq-to-readme
Browse files Browse the repository at this point in the history
Add Ruby 3 related issue to FAQ in README
  • Loading branch information
shenbo-envato authored Oct 8, 2024
2 parents 4fdf789 + 189f9c5 commit c3d3001
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,13 @@ aws_vault_profile | If you use the `aws-vault` tool to manage your AWS credentia
profile | Another profile to inherit settings from. Settings from lower profiles can be overridden in higher ones.
hide | allows you to specify a regex for either `task` or `container` to omit these from being shown

## FAQ
Ruby 3 related issue:
```
ERROR: There was a problem loading your configuration: Alias parsing was not enabled. To enable it, pass `aliases: true` to `Psych::load` or `Psych::safe_load`.
```
This is an issue with Psych changing the default behaviour around expanding aliases in Ruby 3. See [this issue](https://github.com/envato/knuckle_cluster/issues/32) for a workaround.

## Spot Fleets
If you wish to see what instances are running within a spot fleet, KnuckleCluster can do that too!. In your config, use `spot_request_id` instead of `cluster_name`. Note that the `containers` command will not work when invoking (use `agents` instead).

Expand Down

0 comments on commit c3d3001

Please sign in to comment.