Luke Addison
Luke Addison
The example auth module dispatches a HTTP request to determine whether to allow the request: https://github.com/tetratelabs/proxy-wasm-go-sdk/blob/main/examples/http_auth_random/main.go#L61-L65 This logs a critical error and returns a continue action. Does this mean that...
This may be somewhere already that I can't find, but I think it'd be useful to document the relationship of proxy-wasm to WASI as it feels like they have the...
**What this PR does / why we need it**: We want the option (enabled by default) to run the kube services under `/system.slice` **Which issue this PR fixes** *(optional, in...
**What this PR does / why we need it**: The `StatusCheckFailed_System` is a binary value so we must check for when the metric equals one ```release-note Fix autorecovery threshold for...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: Tarmak fails to unseal vault ``` Jul 01 15:03:09 vault-2.tarmak.local vault-unsealer[1103]: time="2018-07-01T15:03:09Z" level=error msg="error unsealing vault: unable to...
**What this PR does / why we need it**: - Fail quickly by checking bastion instance exists when using `bastion_instance_status` data source - Only create vault init tokens on create...
**What this PR does / why we need it**: Allows the bastion to be created by reapplying when there it goes down **Which issue this PR fixes** *(optional, in `fixes...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: Ran `date --date='24 hours ago'` (the default for the since flag) on a Linux machine (that command doesn't...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: When upgrading the [master and worker instance pools](https://playbooks.jetstack.io/tarmak/upgrading-instance-pool.html) `tarmak clusters apply --infrastructure-only` ran the convergence code even though...
**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: Following the instructions from the docs: https://docs.tarmak.io/release-0.5/user-guide.html ``` tarmak init tarmak clusters images build tarmak clusters apply ```...