-
Notifications
You must be signed in to change notification settings - Fork 48
[feature request] supported_params
and expected_outputs
for cmd
provisioners
#279
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
[feature request] supported_params
and expected_outputs
for cmd
provisioners
#279
Comments
@mathieu-benoit started to work on it |
@astromechza @mathieu-benoit need some insight here I tested this locally based on main without any changes start a init go run cmd/score-compose/main.go init --provisioners https://raw.githubusercontent.com/score-spec/community-provisioners/refs/heads/main/score-compose/10-redis-dapr-pubsub.provisioners.yaml then go run cmd/score-compose/main.go provisioners list
+---------------+---------+------------------+--------------------------------+--------------------------------+
| TYPE | CLASS | PARAMS | OUTPUTS | DESCRIPTION |
+---------------+---------+------------------+--------------------------------+--------------------------------+
...
+---------------+---------+------------------+--------------------------------+--------------------------------+
| dapr-pubsub | default | | name | Generates a Redis Service |
| | | | | and a Dapr PubSub Component |
| | | | | pointing to this Redis |
| | | | | Service. |
+---------------+---------+------------------+--------------------------------+--------------------------------+
...... in the file shared in slack https://raw.githubusercontent.com/score-spec/community-provisioners/refs/heads/main/score-k8s/10-redis-helm-upgrade.provisioners.yaml there is only one row to help determine what are the expected outputs
what would be the best approach to have expected_outputs ? |
Yup, exactly, what about adding the
|
Hey @lekaf974, have you started anything here? If not, I would love to see if someone during the ContribFest at KubeCon this week would be able to take this one. Do you mind? If nobody, I'll reassign to you after this week? |
Not yet, feel free to assigned to someone else. Busy on my end currently |
Leaving this one to anyone who would like to take the opportunity to tackle a |
supported_params
and expected_outputs
for cmd
provisioners
Hi, I'd like to take up this issue |
Sure thing, @mageshwaransekar, thanks for raising your hand on this one! Please do let us know if you have any questions. This should provide you already great guidance:
|
Hi @mageshwaransekar, is there anything we can help you with to get started on this? Just making sure you have all the information needed ;) Note: this will allow to support this https://github.com/score-spec/community-provisioners/blob/main/dns/score-compose/10-dns-in-codespace.provisioners.yaml#L13-L15. |
Hi @mathieu-benoit, I'll start working on it this week as I was busy last week |
Uh oh!
There was an error while loading. Please reload this page.
Currently when we are doing
the
score-compose provisioners list
don't display outputs because it is not supportedLeaving this one to anyone who would like to take the opportunity to tackle a
good first issue
andhelp wanted
issue. The goal is to back port what was done in score-k8s there: score-spec/score-k8s#156, in this repo here.The text was updated successfully, but these errors were encountered: