This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
NAMESPACE NAME READY STATUS RESTARTS AGE | |
kube-system etcd-member-ip-10-0-6-230.ec2.internal 1/1 Running 0 17s | |
openshift-cluster-api machine-api-operator-65ddd6f4f9-m9kwb 0/1 Pending 0 24s | |
openshift-cluster-dns-operator cluster-dns-operator-d8cd57dd5-7p5rk 0/1 Pending 0 27s | |
openshift-cluster-kube-apiserver-operator openshift-cluster-kube-apiserver-operator-7b689bc8df-jvddl 0/1 Pending 0 30s | |
openshift-cluster-kube-controller-manager-operator openshift-cluster-kube-controller-manager-operator-5b7fc69mgr47 0/1 Pending 0 30s | |
openshift-cluster-kube-scheduler-operator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"kind":"ImageStream","apiVersion":"image.openshift.io/v1","metadata":{"name":"stable","creationTimestamp":null},"spec":{"lookupPolicy":{"local":false},"tags":[{"name":"ansible","annotations":null,"from":{"kind":"DockerImage","name":"registry.svc.ci.openshift.org/openshift/origin-v3.11@sha256:d535fd3726200fe0d5d318fe33e79f92f988a0d10afda76b3023f5977c415dd3"},"generation":null,"importPolicy":{},"referencePolicy":{"type":""}},{"name":"artifacts","annotations":null,"from":{"kind":"DockerImage","name":"registry.svc.ci.openshift.org/openshift/origin-v3.11@sha256:a3966651d416acd562b8e167178a512c083f9424d23092c1b8d3fdaf48e7b066"},"generation":null,"importPolicy":{},"referencePolicy":{"type":""}},{"name":"base","annotations":null,"from":{"kind":"DockerImage","name":"registry.svc.ci.openshift.org/openshift/origin-v3.11@sha256:eafe311cdeace2f473021e087a851fd86bcf014aac3756e6c94a46e449c33036"},"generation":null,"importPolicy":{},"referencePolicy":{"type":""}},{"name":"cli","annotations":null,"from":{"kind":"DockerImage" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
git for-each-ref \ | |
--sort=committerdate \ | |
--format='%(HEAD) %(refname:short)^%(objectname:short)^%(committerdate:short)^%(upstream:trackshort)^%(contents:subject)' \ | |
refs/heads/ | | |
column -t -s '^' | | |
GREP_COLOR='1;32' grep --color -E '^[*] *[^ ]*|$' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
k8s.io/apimachinery/pkg/apis/meta/internalversion Convert_map_to_v1_LabelSelector -> Convert_Map_string_To_string_To_v1_LabelSelector | |
k8s.io/apimachinery/pkg/apis/meta/internalversion Convert_v1_LabelSelector_to_map -> Convert_v1_LabelSelector_To_Map_string_To_string | |
k8s.io/apimachinery/pkg/apis/meta/v1 Convert_Slice_string_To_unversioned_Time -> Convert_Slice_string_To_v1_Time | |
k8s.io/apimachinery/pkg/apis/meta/v1 Convert_map_to_unversioned_LabelSelector -> Convert_Map_string_To_string_To_v1_LabelSelector | |
k8s.io/apimachinery/pkg/apis/meta/v1 Convert_unversioned_LabelSelector_to_map -> Convert_v1_LabelSelector_To_Map_string_To_string | |
k8s.io/apimachinery/pkg/apis/meta/v1 Convert_unversioned_ListMeta_To_unversioned_ListMeta -> Convert_v1_ListMeta_To_v1_ListMeta | |
k8s.io/apimachinery/pkg/apis/meta/v1 Convert_unversioned_MicroTime_To_unversioned_MicroTime -> Convert_v1_MicroTime_To_v1_MicroTime | |
k8s.io/apimachinery/pkg/apis/meta/v1 Convert_unversioned_Time_To_unversioned_Time -> Convert_v1_Time_To_v1_Time | |
k8 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jun 29 18:40:38 origin-ci-ig-n-qk2n origin-node[21483]: I0629 18:40:38.481542 21483 kuberuntime_manager.go:403] No ready sandbox for pod "e63e2318-7bcb-11e8-9b99-0a58ac100d41_ci(e7c89be4-7bcb-11e8-9efa-42010a8e0004)" can be found. Need to start a new one | |
Jun 29 18:40:38 origin-ci-ig-n-qk2n origin-node[21483]: I0629 18:40:38.796449 21483 kubelet_pods.go:1127] Killing unwanted pod "e63e2318-7bcb-11e8-9b99-0a58ac100d41" | |
Jun 29 18:40:38 origin-ci-ig-n-qk2n origin-node[21483]: I0629 18:40:38.796615 21483 kubelet_pods.go:1127] Killing unwanted pod "e63ec957-7bcb-11e8-9b99-0a58ac100d41" | |
Jun 29 18:40:38 origin-ci-ig-n-qk2n origin-node[21483]: E0629 18:40:38.967461 21483 cni.go:259] Error adding network: failed to Statfs "/proc/23090/ns/net": no such file or directory | |
Jun 29 18:40:38 origin-ci-ig-n-qk2n origin-node[21483]: E0629 18:40:38.967533 21483 cni.go:227] Error while adding to cni network: failed to Statfs "/proc/23090/ns/net": no such file or directory | |
Jun 29 18:40:38 origin-ci-ig-n-qk2n origin-node[ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- kind: ClusterRole | |
apiVersion: rbac.authorization.k8s.io/v1 | |
metadata: | |
name: ci-image-stream-view | |
rules: | |
- apiGroups: ["image.openshift.io"] | |
resources: ["imagestreams", "imagestreamtags", "imagestreamimages"] | |
verbs: ["get", "list"] | |
- kind: RoleBinding | |
apiVersion: rbac.authorization.k8s.io/v1beta1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ tar --numeric-owner -tvzf /tmp/file1.tar.gz | |
drwxr-xr-x 501/20 0 2018-06-04 15:44 ./ | |
-rw-r--r-- 501/20 19 2018-06-04 15:44 ./.cccp.yml | |
-rw-r--r-- 501/20 566 2018-06-04 15:44 ./Dockerfile | |
-rw-r--r-- 501/20 123 2018-06-04 15:44 ./OWNERS | |
drwxr-xr-x 501/20 0 2018-06-04 15:44 ./bin/ | |
-rw-r--r-- 501/20 14 2018-06-04 15:44 ./bin/.gitignore | |
$ oc image append --from=docker.io/library/mysql:latest --to=registry.svc.ci.openshift.org/ci-op-test/foo:latest /tmp/file1.tar.gz --config '{"Entrypoint":null,"Volumes":null}' --drop-history | |
Uploading ... 248.3B/s | |
Pushed image sha256:3615887ae08b414a4d80855686a4fbe7b428b01f53a2f7defd861b6777556e1b to registry.svc.ci.openshift.org/ci-op-test/foo:latest |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sjb/config/test_cases/azure_build_base_image_centos | |
sjb/config/test_cases/azure_build_base_image_rhel | |
sjb/config/test_cases/azure_build_node_image_centos | |
sjb/config/common/test_cases/origin_release_with_ecosystem | |
sjb/config/test_cases/push_jenkins_images | |
sjb/config/test_cases/push_origin_aggregated_logging_release | |
sjb/config/test_cases/push_origin_metrics_release | |
sjb/config/test_cases/push_origin_release | |
sjb/config/test_cases/test_branch_jenkins_images | |
sjb/config/test_cases/test_branch_openshift_ansible_extended_conformance_gce |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kind: Pod | |
apiVersion: v1 | |
metadata: | |
name: image-registry-ci-operator | |
spec: | |
restartPolicy: Never | |
terminationGracePeriodSeconds: 1 | |
serviceAccountName: ci-operator | |
volumes: | |
- name: job-definition |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// containerPrometheusLabels maps cAdvisor labels to prometheus labels. | |
func containerPrometheusLabels(c *cadvisorapi.ContainerInfo) map[string]string { | |
// Prometheus requires that all metrics in the same family have the same labels, | |
// so we arrange to supply blank strings for missing labels | |
var name, image, podName, namespace, containerName string | |
if len(c.Aliases) > 0 { | |
name = c.Aliases[0] | |
} | |
image = c.Spec.Image | |
if v, ok := c.Spec.Labels[kubelettypes.KubernetesPodNameLabel]; ok { |