Skip to content

Commit

Permalink
Update reference for bottlerocket settings (#7375)
Browse files Browse the repository at this point in the history
* Implement updating and deleting pod identity associations (#7315)

* Implement `update podidentityassociation`

* Implement `delete podidentityassociation`

* change create task order

* add integration test

* delete IAM role stacks on cluster deletion

* move validations from cluster config level to command config level

* avoid duplicating stack deletion tasks due to passing name by reference

* fix integration tests

* add eksctl prefix to integrationt test IAM roles

* make IAM roles trust the production EKS Service Principal

---------

Co-authored-by: Tibi <110664232+TiberiuGC@users.noreply.github.com>

* Add documentation for pod identity associations feature (#7313)

* Add documentation for pod identity associations

* add more details to how pod identity agent addon works

* remove unnecessary empty lines

* refactor as per PR suggestions

* add references to official AWS docs

* generate docs

* rephrase intro

Co-authored-by: Himangini <its_himangini@yahoo.com>

* rephrase news section

Co-authored-by: Himangini <its_himangini@yahoo.com>

* add newline between docs links

---------

Co-authored-by: Himangini <its_himangini@yahoo.com>

* update bottlerocket settings reference

---------

Co-authored-by: Chetan Patwal <cPu1@users.noreply.github.com>
Co-authored-by: Himangini <its_himangini@yahoo.com>
  • Loading branch information
3 people committed Dec 7, 2023
1 parent a983619 commit 16000b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkg/apis/eksctl.io/v1alpha5/assets/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1776,8 +1776,8 @@
},
"settings": {
"$ref": "#/definitions/InlineDocument",
"description": "contains any [bottlerocket settings](https://github.com/bottlerocket-os/bottlerocket/#description-of-settings)",
"x-intellij-html-description": "contains any <a href=\"https://github.com/bottlerocket-os/bottlerocket/#description-of-settings\">bottlerocket settings</a>"
"description": "contains any [bottlerocket settings](https://bottlerocket.dev/en/os/latest/#/api/settings/)",
"x-intellij-html-description": "contains any <a href=\"https://bottlerocket.dev/en/os/latest/#/api/settings/\">bottlerocket settings</a>"
}
},
"preferredOrder": [
Expand Down
2 changes: 1 addition & 1 deletion pkg/apis/eksctl.io/v1alpha5/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ type (
// +optional
EnableAdminContainer *bool `json:"enableAdminContainer,omitempty"`
// Settings contains any [bottlerocket
// settings](https://github.com/bottlerocket-os/bottlerocket/#description-of-settings)
// settings](https://bottlerocket.dev/en/os/latest/#/api/settings/)
// +optional
Settings *InlineDocument `json:"settings,omitempty"`
}
Expand Down

0 comments on commit 16000b0

Please sign in to comment.