Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Update liqo installation command and removed unused step in github wo…
Browse files Browse the repository at this point in the history
…rkflow (#3)
  • Loading branch information
LucaRocco authored Nov 21, 2022
1 parent 64ca4a6 commit fab0ba0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,6 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: CheckPRNumber
run: |
echo "push-image from build: ${{ needs.configure.outputs.push-image }}"
echo "commit-ref: ${{ needs.configure.outputs.commit-ref }}"
- name: Build (and Publish) ${{ matrix.plugin }} image
uses: docker/build-push-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Now that you've deployed the plugin you should configure Liqo to use it.
You can use again the installation command with an extra flag:

```bash
liqoctl install ... --set controllerManager.config.externalMonitorAddress=liqo-fixed-resources-plugin.liqo:6001
liqoctl install ... --set controllerManager.config.resourcePluginAddress=liqo-fixed-resources-plugin.liqo:6001
```

You may need to update resource offers only if the variation of resources is significant for you.
Expand Down

0 comments on commit fab0ba0

Please sign in to comment.