Skip to content

Commit

Permalink
Added warning for GKE provider
Browse files Browse the repository at this point in the history
  • Loading branch information
fra98 authored and aleoli committed Aug 18, 2023
1 parent cd2dfb1 commit a7ab39c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,11 @@ To change this behavior, check the [network flags](NetworkFlags).
Liqo supports GKE clusters using the default CNI: [Google GKE - VPC-Native](https://cloud.google.com/kubernetes-engine/docs/how-to/alias-ips).
```{warning}
Liqo does not support GKE Autopilot Clusters.
Liqo does NOT support:
* GKE Autopilot Clusters
* Container-Optimized OS with containerd (*cos_containerd*) as image type. Use Ubuntu with containerd (*ubuntu_containerd*) instead
* Intranode visibility: make sure this option is disabled or use the `--no-enable-intra-node-visibility` flag.
```
**Configuration**
Expand Down

0 comments on commit a7ab39c

Please sign in to comment.