Skip to main content

OKHK 👀

Thinking ❤️
  1. Reloader

    一个 Kubernetes Controller, 用于监视 ConfigMap 和 Secret 的变更,并对关联的 Deployment、StatefulSet、DaemonSet 和 DeploymentConfig 执行滚动升级。

    https://github.com/stakater/Reloader

    监视 ConfigMap 和 Secret 的变更
    对关联的 Deployment、StatefulSet、DaemonSet 和 DeploymentConfig 执行滚动升级
    支持 Sealed Secrets
    支持多种滚动升级策略,如 env-vars 和 annotations

    如何使用 Reloader:

    首先,确保你的 Kubernetes 版本 >= 1.19。接下来,通过添加相应的注解到资源的 metadata 中即可使用。例如,如果你有一个 Deploymentfoo,并且有一个 ConfigMapSecret(例如 foo-configmapfoo-secret),只需在 Deploymentmetadata 中添加如下注解:

    kind: Deployment
    metadata:
      name: foo
      annotations:
        reloader.stakater.com/auto: "true"

    这样,当 foo-configmapfoo-secret 发生变化时,Reloader 就会自动触发滚动更新。

    对于特定的 ConfigMapSecret 触发滚动更新,可以使用以下注解:

    kind: Deployment
    metadata:
      annotations:
        configmap.reloader.stakater.com/reload: "foo-configmap"
        secret.reloader.stakater.com/reload: "foo-secret"

    此外,Reloader 还支持通过设置 --auto-reload-all 标志来启用对所有资源的自动重载。

    #DevOps #K8s #GitHub GitHub - stakater/Reloader: A Kubernetes controller to watch changes in ConfigMap and Secrets and do rolling upgrades on Pods with…
  2. https://www.fscarmen.com/2024/11/oss.html

    介绍了一种融合R2、GitHub、GitLab和Cloudflare的分布式文件存储集群方案。该方案利用多节点存储、自动备份同步、Cloudflare加速访问以及无限扩展能力,提供高效、可靠的文件存储服务,远优于简单的图床方案,适用于代码、文档等各种数据存储。 本文详细讲解了部署步骤,包括在GitHub、GitLab和Cloudflare创建资源,配置PicGo插件,以及运行GitHub Actions定时任务,最终实现快速访问和安全备份的分布式存储系统。


    #Cloudflare #GitHub #Tool 全网首发!融合 R2、GitHub、GitLab 与 Cloudflare 的存储集群,实现自动备份、极速访问、无限扩展!远比图床方案实用
  3. 一觉醒来发生了什么 11月24日

    2024年11月24日
    🌍资讯快读
    1、AI辅助诊断首次被列入,国家医保局解读17批价格立项
    https://www.jiemian.com/article/12025748.html
    2、韩国人赴华旅游订单量激增,中国景点在海外旅游平台搜索量暴增
    https://www.jiemian.com/article/12026133.html
    3、俄宣布12月1日起临时禁止废旧贵金属出口6个月
    https://www.jiemian.com/article/12025771.html
    4、过度诊疗、重复收费!7家医院违法违规金额合计近9000万元
    https://www.jiemian.com/article/12025191.html

    👬即刻镇小报
    1、语言表达力,是可以刻意修炼的
    https://m.okjike.com/originalPosts/673f3e2d53ab99f7fd75b5b5
    2、这几个LLM常识你懂几个
    https://m.okjike.com/originalPosts/673f3ae6e0af21a245fc4be8
    3、这7种卡片创作的玩法,我经常用,相当有效
    https://m.okjike.com/originalPosts/673ef259bd835c0777392d65
    4、只需三步, Logo 就能够在你身体上打上记号
    https://m.okjike.com/originalPosts/673ef14a53ab99f7fd704a09
    5、土耳其第三城antalya,被冬日地中海暖阳照耀的一天
    https://m.okjike.com/originalPosts/673e1f4a8dc13469675e9448

    今日即刻镇小报内容来自 @索拉大锦鲤 @AI产品黄叔 @cnfeat @尔摩-Moore @王曼钰 ,感谢以上即友的创作与分享。
  4. #Bing_Wallpaper

    A mesmerizing coastal scene at twilight in Sonoma Coast State Park, California. The rugged shoreline is adorned with jagged, dark rock formations emerging from the serene ocean, creating a dramatic silhouette against the soft glow of dusk. The sky is a canvas of gentle blues and purples, with wisps of clouds painted in subtle shades of peach and pink, hinting at the day's end. The ocean is calm yet vibrant, with a misty haze enveloping the scene, adding depth and mystery. The overall composition captures the tranquil yet majestic essence of the tidal landscape, evoking a sense of peace and wonder. The image is rich in color and texture, embodying an impressionistic, almost ethereal style that highlights the natural beauty and dynamic interplay of light and shadow.

    加州索诺马海岸州立公园黄昏时分迷人的海岸景象。崎岖的海岸线上点缀着从平静海面中突出的锯齿状深色岩石,在柔和的暮光中形成了戏剧性的剪影。天空宛如一幅画布,柔和的蓝色与紫色交织,薄云染上淡雅的桃色与粉色,暗示着白昼的终结。海洋平静而充满生机,薄雾笼罩其间,为画面增添了深度与神秘感。整体构图捕捉了潮汐景观的宁静与宏伟,唤起一种和平与敬畏的情感。画面色彩与质感丰富,呈现出一种印象派般近乎空灵的风格,突显了自然美景以及光影之间的动态交织之美。
  5. Markdown To Poster

    https://readpo.com/poster

    把 Markdown 渲染为适合社交分享的海报图片

    内置一个模板,支持模板扩展

    支持自定义主题,并且已内置 9 个主题

    支持复制为图像

    支持一键部署到 Vercel 等

    已集成图片跨域代理,可以方便的插入在线图片生成图文海报

    https://github.com/gcui-art/markdown-to-image

    #GitHub #Tool #URL #Design ReadPo
  6. 一觉醒来发生了什么 11月23日

    2024年11月23日
    🌍资讯快读
    1、纳入62种药品,第十批国家组织药品集采将于12月12日开标
    https://www.jiemian.com/article/12024462.html
    2、公安机关依法处罚快手公司
    https://www.jiemian.com/article/12023730.html
    3、北上广深均宣布取消普通住宅和非普通住宅标准
    https://www.jiemian.com/article/12021278.html
    4、新加坡国务资政李显龙将访华
    https://www.jiemian.com/article/12022314.html

    👬即刻镇小报
    1、余华对谈罗翔,关于人性的虚无与荒诞
    https://m.okjike.com/originalPosts/673ff8d0cc17b0c5d31a8e97
    2、很好的点子,菜单可视化应用
    https://m.okjike.com/originalPosts/673ff28441e54ca6b9d3f754
    3、大多数人有个误区:认为人人都能利用AI
    https://m.okjike.com/originalPosts/673fd2e653ab99f7fd7ed16f
    4、Mac mini用了差不多一周,分享下使用体验
    https://m.okjike.com/originalPosts/673f3f14ccfe41bc347ecd38
    5、如何打破生活的停滞感
    https://m.okjike.com/originalPosts/673f3e5dcc17b0c5d30eabd5

    今日即刻镇小报内容来自 @广屿Ocean的笔记本 @歸藏 @Karsashuai @开飞行艇的猪 @橘子汽水配柠檬水 ,感谢以上即友的创作与分享。
  7. #Bing_Wallpaper

    A close-up of a spiral pattern formed by the leaves of an aloe plant, exhibiting vibrant green hues and sharp, well-defined edges. The background features a blurred natural setting.

    特写镜头展示了一株芦荟植物叶片形成的螺旋图案,呈现出鲜艳的绿色色调和清晰分明的边缘。背景为模糊的自然环境。
OKHK