Skip to content

Commit 76c24ec

Browse files
authored
Merge branch 'master' into feat/add-troubleshooting-guide
2 parents 883d9cf + a742c17 commit 76c24ec

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/_src/introduction/install.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ export PATH=$(pwd)/{{site.mesh_product_name_path}}-{{ page.version_data.version
2121
```
2222
This directory contains binaries for `kuma-dp`, `kuma-cp`, `kumactl`, `envoy` and `coredns`
2323
24+
{% if page.edition == "kuma" %}
2425
{% tip %}
2526
If you only need `kumactl` on macOS you can install it via `brew install kumactl`.
2627
{% endtip %}
27-
28+
{% endif %}
2829
2930
## Next steps
3031
* [Complete quickstart](/docs/{{ page.release }}/quickstart/universal-demo/) to set up a zone control plane with demo application

jekyll-kuma-plugins/lib/jekyll/kuma-plugins/liquid/tags/policyyaml.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ def render(context)
244244
site_data = context.registers[:site].config
245245

246246
use_meshservice = @params["use_meshservice"] == "true" && Gem::Version.new(release.value.dup.sub "x", "0") >= TARGET_VERSION
247-
show_tf = Gem::Version.new(release.value.dup.sub "x", "0") >= TARGET_VERSION
247+
show_tf = Gem::Version.new(release.value.dup.sub "x", "0") >= TF_TARGET_VERSION
248248

249249
namespace = @params["namespace"] || site_data['mesh_namespace']
250250
styles = [

0 commit comments

Comments
 (0)