Merge pull request #79 from qiujian16/image-push

Image push
This commit is contained in:
OpenShift Merge Robot
2021-06-20 23:07:32 -04:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -34,3 +34,7 @@ jobs:
run: go install github.com/openshift/imagebuilder/cmd/imagebuilder@v1.2.1
- name: images
run: make images
- name: push
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login quay.io --username ${{ secrets.DOCKER_USER }} --password-stdin
docker push quay.io/open-cluster-management/work:latest

View File

@@ -175,8 +175,8 @@ status:
ordinal: 0
resource: deployments
version: v1
```
As shown above, the status of the `ManifestWork` includes the conditions for both the whole `ManifestWork` and each of the manifest it contains. And there are two condition types:
- **Applied**. If true, it indicates the whole `ManifestWork` (or a particular manifest) has been applied on the managed cluster; otherwise `reason`/`message` of the condition will show more information for troubleshooting.
- **Available**. If true, it indicates the coressponding Kubernetes resources of the the whole `ManifestWork` (or a particular manifest) are available on the managed cluster; otherwise `reason`/`message` of the condition will show more information for troubleshooting