The Wayback Machine - https://web.archive.org/web/20200516111330/https://github.com/topics/deployment-automation
Skip to content
#

deployment-automation

Here are 240 public repositories matching this topic...

nrshrivatsan
nrshrivatsan commented Jun 3, 2019

What

AS
A user of Kubernetes Clusters to manage my workloads using kubectl

GIVEN
I have kubectl installed on my workstation and my build-environment

WHEN
I need to perform a Multi-Cluster phased roll-out of my application through intent-driven-specifications
AND
I runkubectl krew install shipper

THEN
I should be able to perfo

wp-webhook-netlify-deploy
devnantes44
devnantes44 commented Feb 12, 2020

Could you please update the documentation to explain where the following code need to be added (which file and which line):

add_filter('netlify_status_capability', function() {
    return 'edit_pages';
});

add_filter('netlify_deploy_capability', function() {
    return 'edit_pages';
});

add_filter('netlify_adjust_settings_capability', function() {
    return 'edit_pages';
});
``
rishabh6788
rishabh6788 commented Dec 16, 2019

Hi,

I am new to K8S and following the example steps to deploy the deliverybot example helm chart on AWS EKS Cluster.
I followed all the steps and add my kubeconfig file details but when i run the action I am getting below error:
Error: Get https://A1D2B1ED99BC87833C122F269E72115B.gr7.us-east-1.eks.amazonaws.com/api/v1/namespaces/kube-system/pods?labelSelector=app%3Dhelm%2Cname%3Dtiller: gett

agustif
agustif commented Nov 18, 2019

This repo was hard to find for me, and also saved my day when trying to deploy with docker.

It would be great it to be mentioned on the docs, maybe it is and I didn't find it so easily?

Also, I understand docker-compose is not perfect for production, but since I'm launching a new website and expect 0 visits first day, I might go with it.

I'm guessing next steps would be to separate proper

Improve this page

Add a description, image, and links to the deployment-automation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the deployment-automation topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.