Skip to content

Commit

Permalink
Fix invalid links to build/yamls/windows (#6435)
Browse files Browse the repository at this point in the history
After merging #6360, this directory no longer exists.

Signed-off-by: Antonin Bas <[email protected]>
  • Loading branch information
antoninbas authored Jun 13, 2024
1 parent 79a4693 commit 615907d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The `antrea-agent` configuration file specifies the agent configuration
parameters. For all the agent configuration parameters of a Linux Node, refer to
this [base configuration file](../build/charts/antrea/conf/antrea-agent.conf).
For all the configuration parameters of a Windows Node, refer to this [base
configuration file](../build/yamls/windows/base/conf/antrea-agent.conf)
configuration file](../build/charts/antrea-windows/conf/antrea-agent.conf).

## antrea-controller

Expand Down
4 changes: 2 additions & 2 deletions hack/windows/Helper.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ function Install-AntreaAgent {
}

New-DirectoryIfNotExist $AntreaEtc
Get-WebFileIfNotExist $AntreaCNIConfigFile "$AntreaRawUrlBase/build/yamls/windows/base/conf/antrea-cni.conflist"
Get-WebFileIfNotExist $AntreaAgentConfigPath "$AntreaRawUrlBase/build/yamls/windows/base/conf/antrea-agent.conf"
Get-WebFileIfNotExist $AntreaCNIConfigFile "$AntreaRawUrlBase/build/charts/antrea-windows/conf/antrea-cni.conflist"
Get-WebFileIfNotExist $AntreaAgentConfigPath "$AntreaRawUrlBase/build/charts/antrea-windows/conf/antrea-agent.conf"
yq w -i $AntreaAgentConfigPath clientConnection.kubeconfig $AntreaEtc\antrea-agent.kubeconfig
yq w -i $AntreaAgentConfigPath antreaClientConnection.kubeconfig $AntreaEtc\antrea-agent.antrea.kubeconfig

Expand Down

0 comments on commit 615907d

Please sign in to comment.