infrastructure
Here are 1,546 public repositories matching this topic...
-
Updated
Feb 17, 2021 - Rust
-
Updated
Mar 24, 2021
-
Updated
Mar 27, 2021 - Ruby
Description
I have setup a custom, remote prefect server.
However, when registering a flow, only localhost is displayed in the Flow URL :
$ prefect register flow --file ./myflow.py -p sandbox
Result check: OK
Flow URL: http://localhost:8080/default/flow/9235a237-f6bc-41c7-89bc-132db233b49e
└── ID: a09a47b0-1292-412f-bd70-89c8bf4dcf1e
-
Updated
Mar 11, 2021
-
Updated
Mar 22, 2021 - Python
-
Updated
Mar 1, 2021
What is the problem this feature would solve? Please describe.
In CI and/or scripting it is often useful for commands that create resources to block until they become ready. For example, both doctl compute droplet create and doctl kubernetes cluster create have --wait flags that block until the resource has been successfully created. Recently, the doctl apps create-deployment comman
-
Updated
Mar 20, 2021 - C
-
Updated
Mar 29, 2021 - Python
-
Updated
Mar 27, 2020 - Ruby
-
Updated
Nov 22, 2018 - Go
-
Updated
Mar 26, 2021 - Java
-
Updated
Mar 29, 2021 - Ruby
-
Updated
Mar 25, 2021 - Go
-
Updated
Nov 14, 2019 - Go
A number of modules, and scripts in the test suite start with
#!/usr/bin/env python
In general it is better to use
#!/usr/bin/env python
because that allows execution inside a virtualenv, or when python is installed elsewhere, e.g. /usr/loca/bin/python.
There may be cases in which we really do want to hard code the path - for instance testing detection/selection of `
-
terrascan version:
docker.io/accurics/terrascan@sha256:cf459ae515849f2c004308c1a924958c3f92b121c94d64dcfac3849ce09b00b3 -
Operating System:
Docker
Description
When used in a pipeline, need to add full path otherwise it fails with an error. Would be logically if the Docker image's PATH environment variable had /go/bin in it.
What I Did
Images used:
build
-
Updated
Mar 28, 2021 - Python
-
Updated
Mar 28, 2021 - Python
-
Updated
Mar 28, 2021 - Python
-
Updated
Mar 14, 2021 - Ruby
-
Updated
Mar 22, 2021 - JavaScript
-
Updated
Feb 8, 2021 - Python
-
Updated
Feb 15, 2021 - HTML
-
Updated
Mar 26, 2021
-
Updated
Mar 24, 2021 - Rust
Improve this page
Add a description, image, and links to the infrastructure topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the infrastructure topic, visit your repo's landing page and select "manage topics."
Expected Behavior
The value of the entity annotation
backstage.io/kubernetes-idshould be used to lookup Kubernetes resources.Current Behavior
The value of the entity's name is used to to lookup the Kubernetes resources.
Possible Solution
https://github.com/backstage/backstage/blob/master/plugins/kube