сегодня не работает.
Сейчас upgrade сделал и теперь работает.
Почему так стало?
Забыли дома свой шар 😅
values.yaml:# Default values for postgres. # This is a YAML-formatted file. # Declare variables to be passed into your templates. global: postgresql: postgresqlDatabase: «.» postgresqlUser: «.» postgresqlPassword: «.» replicaCount: 1 service: type: LoadBalancer port: 8080 image: repository: "heartexlabs/label-studio" pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "latest" liveness: enabled : "true" s3: # Specifies whether a config map should be created enabled: false # The name of the configmap to use. # If not set and create is true, a name is generated using the fullname template configMapName: "" accessKeyId: "" endpoint: "minio.lab.sspcloud.fr" defaultRegion: "us-east-1" secretAccessKey: "" sessionToken: "" security: password: . username: . networkPolicy: enabled: false from: - ipBlock: cidr: 10.233.103.0/32 - ipBlock: cidr: 10.233.111.0/32 allowlist: enabled: false ip: "0.0.0.0/0" # This is a YAML-formatted file. # Declare variables to be passed into your templates. postgresql: image: tag: "12" fullnameOverride: "label-studio-db" networking: type: LoadBalancer port: 8080 ingress: enabled: false tls: false ingressClassName: "" annotations: [] hostname: . # - secretName: chart-example-tls # hosts: # - chart-example.local readiness: enabled: "false" imagePullSecrets: [] nameOverride: "" fullnameOverride: "" networkPolicy: enabled: false podAnnotations: {} podSecurityContext: {} # fsGroup: 2000 securityContext: {} # capabilities: # drop: # - ALL # readOnlyRootFilesystem: true # runAsNonRoot: true # runAsUser: 1000 resources: {} # We usually recommend not to specify default resources and to leave this as a conscious # choice for the user. This also increases chances charts run on environments with little # resources, such as Minikube. If you do want to specify resources, uncomment the following # lines, adjust them as necessary, and remove the curly braces after 'resources:'. # limits: # cpu: 100m # memory: 128Mi # requests: # cpu: 100m # memory: 128Mi autoscaling: enabled: false minReplicas: 1 maxReplicas: 100 targetCPUUtilizationPercentage: 80 # targetMemoryUtilizationPercentage: 80 nodeSelector: {} tolerations: [] affinity: {}
Ошибка то хоть какая
ConnectTimeout: HTTPConnectionPool(host=‘*****’, port=80): Max retries exceeded with url: /api/version (Caused by ConnectTimeoutError(<urllib3.connection.HTTPConnection object at 0x7fadad7e1390>, 'Connection to * timed out. (connect timeout=10.0)'))
Пробы не проходят ?
Я использую label-studio в свой streamlit project Когда захожу в стреамлит такая ошибка. Если upgrade сделаю снова он работает
Как проверить?
ports: - name: http containerPort: 8080 protocol: TCP readinessProbe: tcpSocket: port: 8080 initialDelaySeconds: 5 periodSeconds: 10 livenessProbe: tcpSocket: port: 8080 initialDelaySeconds: 15 periodSeconds: 20
Может проблема в этом?
это не ошибка кубера, оффтоп разбирайтесь с приложением
Я без понятия что такое label studio. Ошибку то кто выдает ? Приложение в кубике или какое то сторонние приложение
Label Studio — это инструмент маркировки данных с открытым исходным кодом, предназначенный для маркировки, аннотирования и изучения множества различных типов данных. Кроме того, инструмент включает мощный интерфейс машинного обучения, который можно использовать для обучения новым моделям, активного обучения, обучения с учителем и многих других методов обучения.
О хоспаде. Зачем мне эта информация
Обсуждают сегодня