본문 바로가기

카테고리 없음

2020-05-13 16시 개발자 글 모음 | "[iOS 13] 아이폰 저전력모드에서" 외 4개 이야기

kubernetes glusterfs 연동 by 김종희 about Kubernetes

  • # # /etc/fstab # Created by anaconda on Thu Sep 20 14:48:48 2018 # # Accessible filesystems
  • mount(8) and/or blkid(8) for more info # /dev/mapper/centos-root / xfs defaults 0 0 UUID = 952140d5-6d1b-476b-b26d-aa8442633148 /boot xfs defaults 0 0 UUID = 34FE-0D05 /boot/efi vfat umask = 0077
  • shortname = winnt 0 0 /dev/mapper/centos-home /home xfs defaults 0 0 #/dev/mapper/centos-swap swap swap defaults 0 0 #/dev/sda1 /home2 xfs defaults 0 0 #gluster00:gfs /glusterfs glusterfs defaults


kubernetes ingress - 특정 url로 proxy 걸기 by 김종희 about Kubernetes


    kubernetes cert-manager by 김종희 about Kubernetes

    • io/v1alpha2 kind: ClusterIssuer metadata: name: letsencrypt-staging spec: acme: # The ACME server URL server: https://acme-staging-v02
    • com # Name of a secret used to store the ACME account private key privateKeySecretRef: name: letsencrypt-staging # Enable the HTTP-01 challenge provider solvers: # An empty 'selector' means that this solver matches all domains - selector: {} http01: ingress: class: nginx --- apiVersion: cert-manager
    • com # Name of a secret used to store the ACME account private key privateKeySecretRef: name: letsencrypt-prod # Enable the HTTP-01 challenge provider solvers: - http01: ingress: class: nginx


    COVID 19(코로나)에 특화된 인공지능 기반 기계번역기 by 박찬준


      [iOS 13] 아이폰 저전력모드에서 video 재생버튼 이슈 by 오혜진

      • 디자인 팀장님께서 아이폰 저전력모드에서 그런 현상이 발생한다고 알려주셔서 처음으로 원인을 알게 되었다
      • 나도 설정 > 배터리 > 저전력모드 를 활성화 시키고 다시 확인해 보니 재현이 되었다
      • 위 방법이 적용이 되지 않길래 혹시 shadow dom 이름이 변경되었나 싶어서 확인봤으나 -webkit-media-controls-container 로 변경해서 테스트 해봐도 적용되지 않았다