Skip to content

Instantly share code, notes, and snippets.

View manishy635's full-sized avatar
๐Ÿ˜…
If you're a software engineer, you may feel like you are in a bit of a rat race.

manish kumar yadav manishy635

๐Ÿ˜…
If you're a software engineer, you may feel like you are in a bit of a rat race.
View GitHub Profile
@manishy635
manishy635 / 1_kubernetes_on_macOS.md
Created April 26, 2018 07:49 — forked from kevin-smets/1_kubernetes_on_macOS.md
Local Kubernetes setup on macOS with minikube on VirtualBox and local Docker registry

Requirements

Minikube requires that VT-x/AMD-v virtualization is enabled in BIOS. To check that this is enabled on OSX / macOS run:

sysctl -a | grep machdep.cpu.features | grep VMX

If there's output, you're good!

Prerequisites

SET group_concat_max_len=25000;
INSERT INTO wecat.product_images_data (id_product, images)
SELECT id_product, CAST(
CONCAT('{
"default": [', CAST(
GROUP_CONCAT(
JSON_OBJECT('id_product_image', id_product_image,
'public_id', pi.public_id,
'tag', pi.tag,
'angle', pi.angle,