You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spec/v1beta2/buckets.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,8 +70,8 @@ control over.
70
70
2. Run `kubectl get buckets` to see the Bucket:
71
71
72
72
```console
73
-
NAME ENDPOINT READYSTATUSAGE
74
-
minio-bucket minio.example.com True stored artifact for revision 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' 34s
73
+
NAME ENDPOINT AGEREADYSTATUS
74
+
minio-bucket minio.example.com 34s True stored artifact for revision 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
75
75
```
76
76
77
77
3. Run `kubectl describe bucket minio-bucket` to see the [Artifact](#artifact)
@@ -98,8 +98,7 @@ control over.
98
98
Events:
99
99
Type Reason Age From Message
100
100
---- ------ ---- ---- -------
101
-
Normal BucketOperationSucceed 43s source-controller downloaded 16 files with revision 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' from 'my-minio-bucket'
102
-
Normal NewArtifact 43s source-controller stored artifact for revision 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
101
+
Normal NewArtifact 82s source-controller fetched 16 files from 'example'
103
102
```
104
103
105
104
## Writing a Bucket spec
@@ -575,7 +574,7 @@ Status:
575
574
...
576
575
Conditions:
577
576
Last Transition Time: 2022-02-02T13:26:55Z
578
-
Message: reconciling new generation 2
577
+
Message: reconciling new object generation (2)
579
578
Observed Generation: 2
580
579
Reason: NewGeneration
581
580
Status: True
@@ -614,8 +613,7 @@ lists
614
613
615
614
```console
616
615
LAST SEEN TYPE REASON OBJECT MESSAGE
617
-
2m30s Normal BucketOperationSucceed bucket/<bucket-name> downloaded 16 files with revision 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855' from 'my-minio-bucket'
618
-
2m30s Normal NewArtifact bucket/<bucket-name> stored artifact for revision 'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'
616
+
2m30s Normal NewArtifact bucket/<bucket-name> fetched 16 files with revision from 'my-new-bucket'
619
617
18s Warning BucketOperationFailed bucket/<bucket-name> bucket 'my-new-bucket' does not exist
Copy file name to clipboardExpand all lines: docs/spec/v1beta2/gitrepositories.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,8 +48,8 @@ You can run this example by saving the manifest into `gitrepository.yaml`.
48
48
2. Run `kubectl get gitrepository` to see the GitRepository:
49
49
50
50
```console
51
-
NAME URLREADY STATUS AGE
52
-
podinfo https://github.com/stefanprodan/podinfo True stored artifact for revision 'master/132f4e719209eb10b9485302f8593fc0e680f4fc' 5s
51
+
NAME URLAGE READY STATUS
52
+
podinfo https://github.com/stefanprodan/podinfo 5s True stored artifact for revision 'master/132f4e719209eb10b9485302f8593fc0e680f4fc'
53
53
```
54
54
55
55
3. Run `kubectl describe gitrepository podinfo` to see the [Artifact](#artifact)
@@ -76,8 +76,7 @@ You can run this example by saving the manifest into `gitrepository.yaml`.
76
76
Events:
77
77
Type Reason Age From Message
78
78
---- ------ ---- ---- -------
79
-
Normal GitOperationSucceed 62s source-controller cloned 'https://github.com/stefanprodan/podinfo' and checked out revision 'master/132f4e719209eb10b9485302f8593fc0e680f4fc'
80
-
Normal NewArtifact 62s source-controller stored artifact for revision 'master/132f4e719209eb10b9485302f8593fc0e680f4fc'
79
+
Normal NewArtifact 62s source-controller stored artifact for commit 'Merge pull request #160 from stefanprodan/release-6.0.3'
81
80
```
82
81
83
82
## Writing a GitRepository spec
@@ -597,7 +596,7 @@ Status:
597
596
...
598
597
Conditions:
599
598
Last Transition Time: 2022-02-14T09:40:27Z
600
-
Message: reconciling new generation 2
599
+
Message: reconciling new object generation (2)
601
600
Observed Generation: 2
602
601
Reason: NewGeneration
603
602
Status: True
@@ -636,9 +635,8 @@ lists
636
635
637
636
```console
638
637
LAST SEEN TYPE REASON OBJECT MESSAGE
639
-
2m14s Normal GitOperationSucceed gitrepository/<repository-name> cloned 'https://github.com/stefanprodan/podinfo' and checked out revision 'master/132f4e719209eb10b9485302f8593fc0e680f4fc'
640
-
2m14s Normal NewArtifact gitrepository/<repository-name> stored artifact for revision 'master/132f4e719209eb10b9485302f8593fc0e680f4fc'
641
-
94s Warning GitOperationFailed gitrepository/gitrepository-sample failed to checkout and determine revision: unable to clone 'https://github.com/stefanprodan/podinfo': couldn't find remote ref "refs/heads/invalid"
638
+
2m14s Normal NewArtifact gitrepository/<repository-name> stored artifact for commit 'Merge pull request #160 from stefanprodan/release-6.0.3'
639
+
94s Warning GitOperationFailed gitrepository/<repository-name> failed to checkout and determine revision: unable to clone 'https://github.com/stefanprodan/podinfo': couldn't find remote ref "refs/heads/invalid"
642
640
```
643
641
644
642
Besides being reported in Events, the reconciliation errors are also logged by
0 commit comments