Tags: kdelee/receptor
Tags
include an array of available work commands in service announcements related: ansible#21
Allow passing in kubeconfig contents during runtime (ansible#275) e.g. for receptorctl, --param secret_kube_config="apiVersion: v1..." if the value for --param starts with @, it is interpreted as a file. In this case the file is read and the contents are passed to receptor e.g. --param secret_kube_config=@/home/sfoster/.kube/config Note: the @ indicating a filename works for any --param, not just secrete_kube_config
Fix stdout bug on k8s restart (ansible#261) Remove append flag when creating stdout file. The logger stream object is not seekable, so are rewriting the stdout from the beginning.
PreviousNext