k8s extensions/v1beta1Deployment
microbotdefault"@/apis/extensions/v1beta1/namespaces/default/deployments/microbot*$545f132e-0acc-11e7-bb1f-080027f93fa928B ӭZrumicrobotb&
rumicrobot#"*28BZrumicrobotzWmicrobotrothgar/microbot:v1*Bj/dev/termination-logr IfNotPresentFileAlways 2 ClusterFirstBJRX`hrdefault-scheduler"!RollingUpdate(8 (2m AvailableTrue"MinimumReplicasAvailable*$Deployment has minimum availability.2 ӭ: --
You received this message because you are subscribed to the Google Groups "Kubernetes developer/contributor discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-dev+unsubscribe@googlegroups.com.
To post to this group, send email to kubernetes-dev@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/kubernetes-dev/1af7a30f-457a-49e6-97ff-1bf8e24c01e6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You have the unusual data we caught and fixed in Prevent protobuf storage with etcd2, which is base64 encoded protobuf (etcd2 does not support storing binary values). In 1.6 we default to etcd3 mode, which supports binary values, and defaults to storing in "application/vnd.kubernetes.protobuf" which is the following form for the values4 bytes - `k8s\x00`protobuf encoding of runtime.Unknown (pkg/runtime/types.go#Unknown)* the "typeMeta" field set to the same values of kind and apiVersion that would be returned from the API* the "raw" field set to the protobuf encoded bytes for the golang struct identified by typeMeta - no magic numberYou can decode this with:head -4 (strip the magic number) | protoc --raw (decodes the proto)You can then decode the raw body using protoc as wel.
To post to this group, send email to kuberne...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to kubernetes-de...@googlegroups.com.