Skip to content

Commit

Permalink
Replace all remaining references to vmware-tanzu/antrea (#2173)
Browse files Browse the repository at this point in the history
With antrea-io/antrea
Most of these are Github links.
We also update the Jenkins job configuration as jobs cannot run at the
moment because of the repository transfer.

See #2154
  • Loading branch information
antoninbas committed May 13, 2021
1 parent 6840cbe commit 4e185c0
Show file tree
Hide file tree
Showing 58 changed files with 476 additions and 476 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: vmware-tanzu/antrea/ci/gh-actions/has-changes@main
- uses: antrea-io/antrea/ci/gh-actions/has-changes@main
id: check_diff
with:
args: docs/* ci/jenkins/* *.md hack/.notableofcontents
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
if: ${{ github.repository == 'antrea-io/antrea' && github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: benc-uk/workflow-dispatch@v1
with:
repo: vmware-tanzu/antrea-build-infra
repo: antrea-io/antrea-build-infra
ref: refs/heads/main
workflow: Build Antrea ARM images and push manifest
token: ${{ secrets.ANTREA_BUILD_INFRA_WORKFLOW_DISPATCH_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Trigger Antrea arm builds and multi-arch manifest update
uses: benc-uk/workflow-dispatch@v1
with:
repo: vmware-tanzu/antrea-build-infra
repo: antrea-io/antrea-build-infra
ref: refs/heads/main
workflow: Build Antrea ARM images and push manifest
token: ${{ secrets.ANTREA_BUILD_INFRA_WORKFLOW_DISPATCH_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golicense.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: vmware-tanzu/antrea/ci/gh-actions/has-changes@main
- uses: antrea-io/antrea/ci/gh-actions/has-changes@main
id: check_diff
with:
args: docs/* ci/jenkins/* *.md hack/.notableofcontents
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/kind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: vmware-tanzu/antrea/ci/gh-actions/has-changes@main
- uses: antrea-io/antrea/ci/gh-actions/has-changes@main
id: check_diff
with:
args: docs/* ci/jenkins/* *.md hack/.notableofcontents
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
path: log.tar.gz
retention-days: 30

# TODO: remove when https://github.com/vmware-tanzu/antrea/issues/897 is fixed.
# TODO: remove when https://github.com/antrea-io/antrea/issues/897 is fixed.
# In the mean time, we keep this test around to ensure that at least one Kind
# test uses a Geneve overlay.
test-e2e-encap-no-np:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/kind_upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: vmware-tanzu/antrea/ci/gh-actions/has-changes@main
- uses: antrea-io/antrea/ci/gh-actions/has-changes@main
id: check_diff
with:
args: docs/* ci/jenkins/* *.md hack/.notableofcontents
Expand Down
590 changes: 295 additions & 295 deletions CHANGELOG/CHANGELOG-0.x.md

Large diffs are not rendered by default.

122 changes: 61 additions & 61 deletions CHANGELOG/CHANGELOG-1.0.md

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ helping with code reviews, triaging of bugs, documentation updates, filing
[new issues](#filing-an-issue) or writing blogs/manuals etc.

In order to help you get your hands "dirty", there is a list of
[starter](https://github.com/vmware-tanzu/antrea/labels/Good%20first%20issue)
[starter](https://github.com/antrea-io/antrea/labels/Good%20first%20issue)
issues from which you can choose.

### GitHub Workflow
Expand All @@ -74,7 +74,7 @@ submit pull requests to have their changes considered and merged into the
project's repository.

1. Fork your own copy of the repository to your GitHub account by clicking on
`Fork` button on [Antrea's GitHub repository](https://github.com/vmware-tanzu/antrea).
`Fork` button on [Antrea's GitHub repository](https://github.com/antrea-io/antrea).
2. Clone the forked repository on your local setup.

```bash
Expand All @@ -84,7 +84,7 @@ project's repository.
Add a remote upstream to track upstream Antrea repository.

```bash
git remote add upstream https://github.com/vmware-tanzu/antrea
git remote add upstream https://github.com/antrea-io/antrea
```

Never push to upstream remote
Expand Down Expand Up @@ -123,7 +123,7 @@ project's repository.
```

8. Create a Pull request on GitHub.
Visit your fork at `https://github.com/vmware-tanzu/antrea` and click
Visit your fork at `https://github.com/antrea-io/antrea` and click
`Compare & Pull Request` button next to your `remoteBranchName` branch.

### Getting reviewers
Expand Down Expand Up @@ -225,7 +225,7 @@ For more information about the tests we run as part of CI, please refer to
```

5. Create a Pull Request on GitHub.
Visit your fork at `https://github.com/vmware-tanzu/antrea` and click
Visit your fork at `https://github.com/antrea-io/antrea` and click
`Compare & Pull Request` button next to your `remoteRevertName` branch.

## Issue and PR Management
Expand All @@ -237,12 +237,12 @@ discussion, see [docs/issue-management.md](docs/contributors/issue-management.md
### Filing An Issue

Help is always appreciated. If you find something that needs fixing, please file
an issue [here](https://github.com/vmware-tanzu/antrea/issues). Please ensure
an issue [here](https://github.com/antrea-io/antrea/issues). Please ensure
that the issue is self explanatory and has enough information for an assignee to
get started.

Before picking up a task, go through the existing
[issues](https://github.com/vmware-tanzu/antrea/issues) and make sure that your
[issues](https://github.com/antrea-io/antrea/issues) and make sure that your
change is not already being worked on. If it does not exist, please create a new
issue and discuss it with other members.

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

![Antrea Logo](docs/assets/logo/antrea_logo.svg)

![Build Status](https://github.com/vmware-tanzu/antrea/workflows/Go/badge.svg?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/vmware-tanzu/antrea)](https://goreportcard.com/report/github.com/vmware-tanzu/antrea)
![Build Status](https://github.com/antrea-io/antrea/workflows/Go/badge.svg?branch=main)
[![Go Report Card](https://goreportcard.com/badge/antrea.io/antrea)](https://goreportcard.com/report/antrea.io/antrea)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/4173/badge)](https://bestpractices.coreinfrastructure.org/projects/4173)
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![GitHub release](https://img.shields.io/github/release/vmware-tanzu/antrea.svg?include_prereleases)
![GitHub release](https://img.shields.io/github/release/antrea-io/antrea.svg?include_prereleases)

## Overview

Expand Down Expand Up @@ -48,7 +48,7 @@ The Antrea community welcomes new contributors. We are waiting for your PRs!
about setting up your development environment and our contribution workflow.
* Learn about Antrea's [Architecture and Design](docs/design/architecture.md).
Your feedback is more than welcome!
* Check out [Open Issues](https://github.com/vmware-tanzu/antrea/issues).
* Check out [Open Issues](https://github.com/antrea-io/antrea/issues).
* Join the Antrea [community](#community) and ask us any question you may have.

### Community
Expand All @@ -59,7 +59,7 @@ Your feedback is more than welcome!
and join the developer and user communities!
+ The [Antrea community meeting](https://VMware.zoom.us/j/823654111?pwd=MEV6blNtUUtqallVSkVFSGZtQ1kwUT09),
every two weeks on Tuesday at 5AM GMT+1 (United Kingdom time). See Antrea team calendar for localized times.
- [Meeting minutes](https://github.com/vmware-tanzu/antrea/wiki/Community-Meetings)
- [Meeting minutes](https://github.com/antrea-io/antrea/wiki/Community-Meetings)
- [Meeting recordings](https://www.youtube.com/playlist?list=PLuzde2hYeDBdw0BuQCYbYqxzoJYY1hfwv)
+ [Antrea office hours](https://VMware.zoom.us/j/94245798791?pwd=RzRNVXYxdDJnNjZnNjBiUVFHZGlXdz09),
every two weeks on Tuesday at 10PM GMT+1 (United Kingdom time). See Antrea team calendar for localized times.
Expand Down
2 changes: 1 addition & 1 deletion ROADMAP.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ based on SNAT IP and enforce specific policies on the traffic. However, the
Egress feature still has several major limitations which need to be addressed.
For example, today the SNAT IPs used in Egresses must be manually configured on
the Nodes, and there is no auto-failover of Egress Nodes. Also check the
[egress policy proposal](https://github.com/vmware-tanzu/antrea/issues/667) to
[egress policy proposal](https://github.com/antrea-io/antrea/issues/667) to
learn more.

* **NFV and Telco use cases**
Expand Down
4 changes: 2 additions & 2 deletions build/images/scripts/start_ovs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ function start_ovs {
# Set max revalidator delay to 200ms to ensure that learned flows are added to the
# datapath flow cache faster, so that Service SessionAffinity "takes effect"
# faster in AntreaProxy. It should not have a significant impact on performance.
# See https://github.com/vmware-tanzu/antrea/issues/1583
# See https://github.com/antrea-io/antrea/issues/1583
ovs-vsctl --no-wait set open_vswitch . other_config:max-revalidator=200
/usr/share/openvswitch/scripts/ovs-ctl --no-ovsdb-server --system-id=random start --db-file=$OVS_DB_FILE
log_info $CONTAINER_NAME "Started ovs-vswitchd"
Expand Down Expand Up @@ -128,7 +128,7 @@ cleanup_ovs_run_files
start_ovs $hw_offload

# Restrict read permissions for "others"
# See discussion in https://github.com/vmware-tanzu/antrea/issues/1292
# See discussion in https://github.com/antrea-io/antrea/issues/1292
chmod 0640 $OVS_DB_FILE

# Check OVS status every 30 seconds
Expand Down
2 changes: 1 addition & 1 deletion build/images/scripts/start_ovs_netdev
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fix_ovs_ctl
start_ovs

# Restrict read permissions for "others"
# See discussion in https://github.com/vmware-tanzu/antrea/issues/1292
# See discussion in https://github.com/antrea-io/antrea/issues/1292
chmod 0640 $OVS_DB_FILE

if [[ "$#" -ge 1 ]] && [[ "$1" == "--start-ovs-only" ]]; then
Expand Down
2 changes: 1 addition & 1 deletion ci/clair-scan/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pushd "$THIS_DIR" > /dev/null
# The highest Antrea release version, excluding release candidates.
# We also exclude peeled tags from the output (vX.Y.Z^{}) as they could lead to
# an invalid version number.
VERSION=$(git ls-remote --tags --ref https://github.com/vmware-tanzu/antrea.git | \
VERSION=$(git ls-remote --tags --ref https://github.com/antrea-io/antrea.git | \
grep -v rc | \
awk '{print $2}' | awk -F/ '{print $3}' | \
sort --version-sort -r | head -n 1)
Expand Down
2 changes: 1 addition & 1 deletion ci/gh-actions/has-changes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ of paths.
## Example usage

```yaml
uses: vmware-tanzu/antrea/ci/gh-actions/has-changes@main
uses: antrea-io/antrea/ci/gh-actions/has-changes@main
with:
args: docs *.md ci
```
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ DOCKER_REGISTRY="$(head -n1 ci/docker-registry)"
```

* [EKS conformance/network policy [bi-daily]](http://jenkins.antrea-ci.rocks/view/cloud/job/cloud-antrea-eks-conformance-net-policy/)
community tests on EKS cluster using sonobuoy, focusing on "Conformance" and "Feature:NetworkPolicy", skipping the same regexes as in job __conformance__ above, as well as "NodePort" (See [#690](https://github.com/vmware-tanzu/antrea/issues/690)).\
community tests on EKS cluster using sonobuoy, focusing on "Conformance" and "Feature:NetworkPolicy", skipping the same regexes as in job __conformance__ above, as well as "NodePort" (See [#690](https://github.com/antrea-io/antrea/issues/690)).\
Current test environment matrix:

| K8s Version | Node Type | Node AMI Family | Status |
Expand Down
4 changes: 2 additions & 2 deletions ci/jenkins/jobs/job-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
builders: '{builders}'
parameters:
- string:
default: https://github.com/vmware-tanzu/antrea/
default: https://github.com/antrea-io/antrea/
description: The repository to checkout Antrea for this test.
name: ANTREA_REPO
trim: 'true'
Expand Down Expand Up @@ -206,7 +206,7 @@
name: CLUSTERNAME
trim: 'false'
- string:
default: https://github.com/vmware-tanzu/antrea/
default: https://github.com/antrea-io/antrea/
description: The repository to checkout Antrea for this test.
name: ANTREA_REPO
trim: 'true'
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/jobs/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# should be defined as a global variable somewhere else
name: antrea
git_credentials_id: ANTREA_GIT_CREDENTIAL
org_repo: vmware-tanzu/antrea
org_repo: antrea-io/antrea
jobs:
- '{name}-{test_name}-for-period':
test_name: job-updater
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/mellanox/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The following table shows what variables can be configured:
| KUBECONFIG<br />(/etc/kubernetes/admin.conf) | The KUBECONFIG file to use |
| SRIOV_INTERFACE<br />(auto_detect) | The Mellanox interface to use to create the VFs |
| NETWORK<br />(192.168.$N) | This is used to setup the MACVLAN network range, N is randomly generated |
| ANTREA_CNI_REPO<br />(<https://github.com/vmware-tanzu/antrea.git>)| Antrea project repository to use |
| ANTREA_CNI_REPO<br />(<https://github.com/antrea-io/antrea.git>)| Antrea project repository to use |
| ANTREA_CNI_BRANCH<br />(main) | Antrea project branch to use |
| ANTREA_CNI_PR<br />() | Antrea project pull request number to pull, adding this will ignore ANTREA_CNI_BRANCH |
| ANTREA_CNI_HARBOR_IMAGE<br />(${HARBOR_REGISTRY}/${HARBOR_PROJECT}/antrea) | The Antrea image to pull in case the project was not built |
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/mellanox/jobs/antrea_trigger_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
num-to-keep: 50
- email-ext:
recipients: {mailing-list}
subject: Failed CI for vmware-tanzu/antrea project
subject: Failed CI for antrea-io/antrea project
failure: true
content-type: html
body: '${FILE,path="/tmp/failling_email_body.html"}'
Expand Down
2 changes: 1 addition & 1 deletion ci/jenkins/mellanox/scripts/start_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export ARTIFACTS=$WORKSPACE/artifacts
export TIMEOUT=${TIMEOUT:-300}
export POLL_INTERVAL=${POLL_INTERVAL:-10}

export ANTREA_CNI_REPO=${ANTREA_CNI_REPO:-'https://github.com/vmware-tanzu/antrea.git'}
export ANTREA_CNI_REPO=${ANTREA_CNI_REPO:-'https://github.com/antrea-io/antrea.git'}
export ANTREA_CNI_BRANCH=${ANTREA_CNI_BRANCH:-''}
export ANTREA_CNI_PR=${ANTREA_CNI_PR:-''}
export ANTREA_CNI_HARBOR_IMAGE=${ANTREA_CNI_HARBOR_IMAGE:-${HARBOR_REGISTRY}/${HARBOR_PROJECT}/antrea}
Expand Down
4 changes: 2 additions & 2 deletions ci/jenkins/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function clean_antrea {
}

function clean_for_windows_install_cni {
# https://github.com/vmware-tanzu/antrea/issues/1577
# https://github.com/antrea-io/antrea/issues/1577
kubectl get nodes -o wide --no-headers=true | awk -v role="$CONTROL_PLANE_NODE_ROLE" '$3 != role && $1 ~ /win/ {print $6}' | while read IP; do
CLEAN_LIST=("/cygdrive/c/opt/cni/bin/antrea.exe" "/cygdrive/c/opt/cni/bin/host-local.exe" "/cygdrive/c/k/antrea/etc/antrea-agent.conf" "/cygdrive/c/etc/cni/net.d/10-antrea.conflist" "/cygdrive/c/k/antrea/bin/antrea-agent.exe")
for file in "${CLEAN_LIST[@]}"; do
Expand Down Expand Up @@ -433,7 +433,7 @@ function run_e2e_windows {

set +e
mkdir -p `pwd`/antrea-test-logs
go test -v github.com/vmware-tanzu/antrea/test/e2e --logs-export-dir `pwd`/antrea-test-logs --provider remote -timeout=50m --prometheus
go test -v github.com/antrea-io/antrea/test/e2e --logs-export-dir `pwd`/antrea-test-logs --provider remote -timeout=50m --prometheus
if [[ "$?" != "0" ]]; then
TEST_FAILURE=true
fi
Expand Down
2 changes: 1 addition & 1 deletion ci/kind/kind-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function modify {
peerName=$(docker run --net=host antrea/ethtool:latest ip link | grep ^"$peerIdx": | awk -F[:@] '{ print $2 }' | cut -c 2-)
echo "Disabling TX checksum offload for node $node ($peerName)"
docker run --net=host --privileged antrea/ethtool:latest ethtool -K "$peerName" tx off
# Workaround for https://github.com/vmware-tanzu/antrea/issues/324
# Workaround for https://github.com/antrea-io/antrea/issues/324
docker exec "$node" sysctl -w net.ipv4.tcp_retries2=4
}

Expand Down
2 changes: 1 addition & 1 deletion ci/kind/test-e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if $endpointslice; then
manifest_args="$manifest_args --endpointslice"
fi
if $np; then
# See https://github.com/vmware-tanzu/antrea/issues/897
# See https://github.com/antrea-io/antrea/issues/897
manifest_args="$manifest_args --tun vxlan"
else
manifest_args="$manifest_args --no-np"
Expand Down
4 changes: 2 additions & 2 deletions ci/kind/test-upgrade-antrea.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ if [ -z "$FROM_TAG" ] && [ -z "$FROM_VERSION_N_MINUS" ]; then
fi

# Exclude peeled tags and release candidates from the version list.
VERSIONS=$(git ls-remote --tags --ref https://github.com/vmware-tanzu/antrea.git | \
VERSIONS=$(git ls-remote --tags --ref https://github.com/antrea-io/antrea.git | \
grep -v rc | \
awk '{print $2}' | awk -F/ '{print $3}' | \
sort --version-sort -r)
Expand Down Expand Up @@ -148,7 +148,7 @@ unset KUSTOMIZE
$ROOT_DIR/hack/generate-manifest.sh --kind --on-delete | docker exec -i kind-control-plane dd of=/root/antrea-new.yml

TMP_ANTREA_DIR=$(mktemp -d)
git clone --branch $FROM_TAG --depth 1 https://github.com/vmware-tanzu/antrea.git $TMP_ANTREA_DIR
git clone --branch $FROM_TAG --depth 1 https://github.com/antrea-io/antrea.git $TMP_ANTREA_DIR
pushd $TMP_ANTREA_DIR > /dev/null
export IMG_NAME=projects.registry.vmware.com/antrea/antrea-ubuntu
export IMG_TAG=$FROM_TAG
Expand Down
2 changes: 1 addition & 1 deletion ci/test-conformance-eks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function run_conformance() {
echo "=== Running Antrea Conformance and Network Policy Tests ==="

# Skip NodePort related cases for EKS since by default eksctl does not create security groups for nodeport service
# access through node external IP. See https://github.com/vmware-tanzu/antrea/issues/690
# access through node external IP. See https://github.com/antrea-io/antrea/issues/690
skip_regex="\[Slow\]|\[Serial\]|\[Disruptive\]|\[Flaky\]|\[Feature:.+\]|\[sig-cli\]|\[sig-storage\]|\[sig-auth\]|\[sig-api-machinery\]|\[sig-apps\]|\[sig-node\]|NodePort"
${GIT_CHECKOUT_DIR}/ci/run-k8s-e2e-tests.sh --e2e-conformance --e2e-network-policy --e2e-skip ${skip_regex} \
--kube-conformance-image-version ${KUBE_CONFORMANCE_IMAGE_VERSION} \
Expand Down
8 changes: 4 additions & 4 deletions docs/aks-installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,26 +49,26 @@ You can use any method to create an AKS cluster. The example given here is using
Deploy ``antrea-node-init`` DaemonSet to enable ``azure cni`` to operate in transparent mode.

```bash
kubectl apply -f https://raw.githubusercontent.com/vmware-tanzu/antrea/main/build/yamls/antrea-aks-node-init.yml
kubectl apply -f https://raw.githubusercontent.com/antrea-io/antrea/main/build/yamls/antrea-aks-node-init.yml
```

2. Deploy Antrea

To deploy a released version of Antrea, pick a deployment manifest from the
[list of releases](https://github.com/vmware-tanzu/antrea/releases).
[list of releases](https://github.com/antrea-io/antrea/releases).
Note that AKS support was added in release 0.9.0, which means you cannot
pick a release older than 0.9.0. For any given release `<TAG>` (e.g. `v0.9.0`),
you can deploy Antrea as follows:

```bash
kubectl apply -f https://github.com/vmware-tanzu/antrea/releases/download/<TAG>/antrea-aks.yml
kubectl apply -f https://github.com/antrea-io/antrea/releases/download/<TAG>/antrea-aks.yml
```

To deploy the latest version of Antrea (built from the main branch), use the
checked-in [deployment yaml](/build/yamls/antrea-aks.yml):

```bash
kubectl apply -f https://raw.githubusercontent.com/vmware-tanzu/antrea/main/build/yamls/antrea-aks.yml
kubectl apply -f https://raw.githubusercontent.com/antrea-io/antrea/main/build/yamls/antrea-aks.yml
```

The command will deploy a single replica of Antrea controller to the AKS
Expand Down
6 changes: 3 additions & 3 deletions docs/antctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ kubectl exec -it ANTREA-AGENT_POD_NAME -n kube-system -c antrea-agent bash

Starting with Antrea release v0.5.0, we publish the antctl binaries for
different OS / CPU Architecture combinations. Head to the [releases
page](https://github.com/vmware-tanzu/antrea/releases) and download the
page](https://github.com/antrea-io/antrea/releases) and download the
appropriate one for your machine. For example:

On Mac & Linux:

```bash
curl -Lo ./antctl "https://github.com/vmware-tanzu/antrea/releases/download/<TAG>/antctl-$(uname)-x86_64"
curl -Lo ./antctl "https://github.com/antrea-io/antrea/releases/download/<TAG>/antctl-$(uname)-x86_64"
chmod +x ./antctl
mv ./antctl /some-dir-in-your-PATH/antctl
antctl version
Expand All @@ -59,7 +59,7 @@ For Linux, we also publish binaries for Arm-based systems.
On Windows, using PowerShell:

```powershell
Invoke-WebRequest -Uri https://github.com/vmware-tanzu/antrea/releases/download/<TAG>/antctl-windows-x86_64.exe -Outfile antctl.exe
Invoke-WebRequest -Uri https://github.com/antrea-io/antrea/releases/download/<TAG>/antctl-windows-x86_64.exe -Outfile antctl.exe
Move-Item .\antctl.exe c:\some-dir-in-your-PATH\antctl.exe
antctl version
```
Expand Down
Loading

0 comments on commit 4e185c0

Please sign in to comment.