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
ERROR: logging before flag.Parse: E0103 11:58:27.704970 1 streamwatcher.go:109] Unable to decode an event from the watch stream: unable to decode watch event: v1alpha1.StudyJob.Spec: v1alpha1.StudyJobSpec.RequestCount: readUint64: unexpected character: �, error found in #10 byte of ...|stcount":"l","studyN|..., bigger context ...|","parametertype":"categorical"}],"requestcount":"l","studyName":"random-example","suggestionSpec":{|...
ERROR: logging before flag.Parse: E0103 11:58:27.713261 1 streamwatcher.go:109] Unable to decode an event from the watch stream: unable to decode watch event: v1alpha1.StudyJob.Spec: v1alpha1.StudyJobSpec.RequestCount: readUint64: unexpected character: �, error found in #10 byte of ...|stcount":"l","studyN|..., bigger context ...|","parametertype":"categorical"}],"requestcount":"l","studyName":"random-example","suggestionSpec":{|...
ERROR: logging before flag.Parse: W0103 11:58:27.713500 1 reflector.go:341] github.com/kubeflow/katib/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: watch of *v1alpha1.StudyJob ended with: very short watch: github.com/kubeflow/katib/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Unexpected watch close - watch lasted less than a second and no items received
ERROR: logging before flag.Parse: E0103 11:58:28.716347 1 reflector.go:205] github.com/kubeflow/katib/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.StudyJob: v1alpha1.StudyJobList.Items: []v1alpha1.StudyJob: v1alpha1.StudyJob.Spec: v1alpha1.StudyJobSpec.RequestCount: readUint64: unexpected character: �, error found in #10 byte of ...|stcount":"l","studyN|..., bigger context ...|","parametertype":"categorical"}],"requestcount":"l","studyName":"random-example","suggestionSpec":{|...
ERROR: logging before flag.Parse: E0103 11:58:29.718285 1 reflector.go:205] github.com/kubeflow/katib/vendor/sigs.k8s.io/controller-runtime/pkg/cache/internal/informers_map.go:106: Failed to list *v1alpha1.StudyJob: v1alpha1.StudyJobList.Items: []v1alpha1.StudyJob: v1alpha1.StudyJob.Spec: v1alpha1.StudyJobSpec.RequestCount: readUint64: unexpected character: �, error found in #10 byte of ...|stcount":"l","studyN|..., bigger context ...|","parametertype":"categorical"}],"requestcount":"l","studyName":"random-example","suggestionSpec":{|...
The text was updated successfully, but these errors were encountered:
* add validating webhook for studyJob
If create/update a studyJob with bad CR manifest or invalid configuration, k8s api
server will reject the request.
Fixes: #314
* add test
* allow check "kubectl" error code
refer to same root cause . we can follow the recommendation in this comment
The text was updated successfully, but these errors were encountered: