spec
spec copied to clipboard
The Score Specification provides a developer-centric and platform-agnostic Workload specification to improve developer productivity and experience. It eliminates configuration inconsistencies between...
We need to come up with proper commands names for all CLI tools that would be also proper to the context. Currently we are using a single command named `run`....
Currently, if I write a bad flag - the CLI will complain about that, so I’ll fix it. Then I’ll rerun my command and the CLI will complain about the...
Set up Mac package manager (e.g. HomeBrew) to simplify the installation and management of Score implementation CLIs.
Signed-off-by: rachfop #### Description #### What does this PR do? #### Types of changes - [x] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change...
### Detailed description It would be nice if secrets were supported as a first class resource. They could be generated and stored then used to create/access the resource and be...
### Detailed description Using an `emptyDir` `Volume` via my Score manifest is not supported today. ### Context Here is my Score manifest: ``` apiVersion: score.dev/v1b1 metadata: name: nginx containers: nginx:...
### Detailed description It would be ideal to support the `command`, `tcpSocket` and `grpc` methods for `livenessProbe` and `readinessProbe`. ### Context Today, only the [`httpGet` method for `livenessProbe` and `readinessProbe`...
### Detailed description I would like to request support for AWS Elastic Container Service (ECS) within the Score Specification project. This addition would allow developers to use Score specifications to...
### What would you like to share? So, I'm probably missing the connection somewhere (a gap between my ears), but hopefully your wonderful team could help me a bit here......
### Detailed description Developers should be able to express rules that can be used to require some containers to be started and run before others within a single workload. ###...