mirror of
https://github.com/open-cluster-management-io/ocm.git
synced 2026-05-16 14:18:42 +00:00
4
.github/workflows/go-postsubmit.yml
vendored
4
.github/workflows/go-postsubmit.yml
vendored
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user