-
Updated
Jan 16, 2021 - Java
continuous-deployment
Here are 692 public repositories matching this topic...
-
Updated
Jan 16, 2021 - Go
-
Updated
Jan 13, 2021 - Shell
-
Updated
Jan 11, 2021 - Go
-
Updated
Jan 16, 2021 - Java
-
Updated
Jan 15, 2021 - Java
-
Updated
Jan 14, 2021 - JavaScript
-
Updated
Nov 19, 2020 - JavaScript
Hi,
It seems like naming a remote is subject to certain limitations as groupadd
is executed (potentially 32chars?).
Example
apiVersion: gitkube.sh/v1alpha1
kind: Remote
metadata:
name: app-remote
namespace: my-really-really-really-long-ns
k logs po/gitkub
-
Updated
Jan 14, 2021 - Java
-
Updated
Jan 15, 2021 - Go
-
Updated
Jan 14, 2021 - JavaScript
Environment
Liquibase Version: 4.0.0
Liquibase Integration & Version: spring boot 2.3.2
Liquibase Extension(s) & Version:
Database Vendor & Version: MySql 8.0.15
Operating System Type & Version: Ubuntu 18.04.3
Description
Fail when t
-
Updated
Jan 5, 2021 - Go
-
Updated
Nov 2, 2020 - Shell
-
Updated
Oct 30, 2020 - PHP
https://github.com/google/starlark-go/blob/master/doc/spec.md
It should satisfy our reproducibility needs (like jsonnet) and could be easier to write agola config files.
Like in #137 we should provide build context information.
-
Updated
Jan 8, 2019 - Python
Kudu plugin
-
Updated
Jan 14, 2021 - Go
-
Updated
Apr 14, 2020 - C#
-
Updated
Jan 12, 2021 - Go
-
Updated
Sep 13, 2018 - Go
-
Updated
Jan 5, 2021 - Go
-
Updated
Nov 17, 2020 - Shell
-
Updated
Mar 23, 2020 - Python
-
Updated
Jul 16, 2020 - JavaScript
Improve this page
Add a description, image, and links to the continuous-deployment topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the continuous-deployment topic, visit your repo's landing page and select "manage topics."
Summary
Currently we only allow foreground deletion of objects, but due to Kubernetes GC buggy behavior about deletion, foreground deletion can block indefinitely. The only workaround in Argo CD is a force deletion which is more abrasive approach than performing a background deletion. We should expose an option in UI, CLI, API to perform background deletion of resources and applications.