-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
new Cluster resource #206
new Cluster resource #206
Commits on Nov 7, 2018
-
To enable tasks to connect to an external cluster other than the host cluster, for example to deploy a app. tektoncd#177
Configuration menu - View commit details
-
Copy full SHA for 99ed849 - Browse repository at this point
Copy the full SHA 99ed849View commit details -
add a container image to process out-of-cluster config
- input resources will add a step to create kubeconfig from resource - container image cmd will create the file in the shared volume for a build - deploy tasks can then use the config to perform actions on cluster
Configuration menu - View commit details
-
Copy full SHA for 2f6230d - Browse repository at this point
Copy the full SHA 2f6230dView commit details -
Add support for ClusterResource to read values from secrets
- The resource can now include a SecretParam to indicate which secret should be used to populate a field in the resource
Configuration menu - View commit details
-
Copy full SHA for e89e523 - Browse repository at this point
Copy the full SHA e89e523View commit details -
Add unit and integration tests for the cluster resource
- cleanup comments - rename kubeconfig to kuneconfig writer to make it more clear - add success log info message
Configuration menu - View commit details
-
Copy full SHA for 06b6199 - Browse repository at this point
Copy the full SHA 06b6199View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3df21 - Browse repository at this point
Copy the full SHA 5c3df21View commit details -
remove cluster(s) from pipeline, params and tasks types
Now that cluster is a type of resource, removing other ways of adding a cluster to a task or pipeline
Configuration menu - View commit details
-
Copy full SHA for eadc6c5 - Browse repository at this point
Copy the full SHA eadc6c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71668ce - Browse repository at this point
Copy the full SHA 71668ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 900a00d - Browse repository at this point
Copy the full SHA 900a00dView commit details
Commits on Nov 8, 2018
-
refactor of cluster resource and related changes
make the tests simplier and easier to debug update examples fix docs
Configuration menu - View commit details
-
Copy full SHA for 95a6170 - Browse repository at this point
Copy the full SHA 95a6170View commit details -
Configuration menu - View commit details
-
Copy full SHA for b708a40 - Browse repository at this point
Copy the full SHA b708a40View commit details